/* Winter */
#start_banner_neu_winter{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background-image: linear-gradient(132deg, #e3010f, #eaeaea);
    box-shadow: 4px 4px 4px 0px #8080806a;
    padding: 10px;
    color: white;
    border: 1px solid #106eb4;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#start_banner_neu_winter a{
    display: inline-block;
    color: white;
    font-weight: bold;
}

.main_links_container_background_left_winter{
    display: inline-block;
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_winter.png");
    background-size: 100%;
}

.main_links_container_background_right_winter{
    display: inline-block;
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_winter.png");
    background-size: 100%;
    transform: scaleX(-1);
}

.start_season_ueberschrift_winter{
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #eaeaea;
    font-weight: bold;
    text-align: center;
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px;
    background-color: #e3010f;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.start_menue_ueberschrift_edit_winter{
    font-size: 20px;
}

.start_menue_ueberschrift_edit_winter a{
    display: inline-block;
    position: relative;
    color: white;
    text-decoration: none;
}

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

.start_menue_tabelle_winter{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    border: 3px solid #eaeaea;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/menue_winter.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_menue_link_winter{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    background-color: #eaeaeaab;
    /*backdrop-filter: blur(10px);*/
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    width: auto;
    height: 150px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    transition: 0.4s;
}

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

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

.start_menue_link_symbol_winter{
    display: flex;
    background-image: linear-gradient(132deg, #e3010f, white);
    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_winter img{
    height: 90px;
    width: auto;
    margin-right: 5px;
}

.start_menue_auswahl_winter{
    border: 2px solid #e3010f;
    border-radius: 10px;
    padding: 5px;
    width: 95%;
    background-color: white;
    color: #e3010f;
    cursor: pointer;
}

.start_menue_link_symbol_warenkorb_zahl_winter{
    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_showcase_tabelle_winter{
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    border: 3px solid #eaeaea;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/showcase_winter.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_showcase_artikel_winter{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr auto;
    row-gap: 0px;
    max-width: 100%;
    /*background-color: #eaeaea;*/
    background-color: #eaeaeaab;
    box-shadow: 4px 4px 4px 0px #8080806a;
    border-radius: 10px;
    padding-bottom: 10px;
    transition: 0.4s;
}

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

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

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

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

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

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

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

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

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

.start_showcase_vorhanden_winter{
    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 #e3010f;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    width: auto;
    background-color: white;
}

.start_showcase_vorhanden_winter a{
    display: inline-block;
    position: relative;
    color: #e3010f;
    text-decoration: none;
}

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

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

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

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

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


/* Neujahr */
#start_banner_neu_neujahr{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background-image: linear-gradient(132deg, #c2a65c, #444444);
    box-shadow: 4px 4px 4px 0px #8080806a;
    padding: 10px;
    color: white;
    border: 1px solid #106eb4;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#start_banner_neu_neujahr a{
    display: inline-block;
    color: white;
    font-weight: bold;
}

.main_links_container_background_left_neujahr{
    display: inline-block;
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_neujahr.png");
    background-size: 100%;
}

.main_links_container_background_right_neujahr{
    display: inline-block;
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_neujahr.png");
    background-size: 100%;
    transform: scaleX(-1);
}

.start_season_ueberschrift_neujahr{
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    border: 3px solid #444444;
    border-radius: 10px;
    padding: 10px;
    background-color: #c2a65c;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.start_menue_tabelle_neujahr{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    border: 3px solid #444444;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/menue_neujahr.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_menue_ueberschrift_edit_neujahr{
    font-size: 20px;
}

.start_menue_ueberschrift_edit_neujahr a{
    display: inline-block;
    position: relative;
    color: #444444;
    text-decoration: none;
}

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

.start_menue_link_neujahr{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    background-color: #444444ab;
    /*backdrop-filter: blur(4px);*/
    color: #c2a65c;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    width: auto;
    height: 150px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    transition: 0.4s;
}

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

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

.start_menue_link_symbol_neujahr{
    display: flex;
    background-image: linear-gradient(132deg, #c2a65c, #444444);
    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_neujahr img{
    height: 90px;
    width: auto;
    margin-right: 5px;
}

.start_menue_auswahl_neujahr{
    border: 2px solid #c2a65c;
    border-radius: 10px;
    padding: 5px;
    width: 95%;
    background-color: #444444;
    color: #c2a65c;
    cursor: pointer;
}

.start_menue_link_symbol_warenkorb_zahl_neujahr{
    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_gold.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #444444;
    font-weight: normal;
    font-size: 15px;
}

.start_showcase_tabelle_neujahr{
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    border: 3px solid #444444;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/showcase_neujahr.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_showcase_artikel_neujahr{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr auto;
    row-gap: 0px;
    max-width: 100%;
    /*background-color: #eaeaea;*/
    background-color: #444444ab;
    box-shadow: 4px 4px 4px 0px #8080806a;
    border-radius: 10px;
    padding-bottom: 10px;
    transition: 0.4s;
}

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

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

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

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

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

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

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

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

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

.start_showcase_vorhanden_neujahr{
    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 #c2a65c;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    width: auto;
    background-color: white;
}

.start_showcase_vorhanden_neujahr a{
    display: inline-block;
    position: relative;
    color: #c2a65c;
    text-decoration: none;
}

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

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

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

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

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


/* Halloween */
#start_banner_neu_halloween{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background-image: linear-gradient(132deg, #e98f00, #444444);
    box-shadow: 4px 4px 4px 0px #8080806a;
    padding: 10px;
    color: white;
    border: 1px solid #106eb4;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#start_banner_neu_halloween a{
    display: inline-block;
    color: white;
    font-weight: bold;
}

.main_links_container_background_left_halloween{
    display: inline-block;
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_halloween.png");
    background-size: 100%;
}

.main_links_container_background_right_halloween{
    display: inline-block;
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_halloween.png");
    background-size: 100%;
    transform: scaleX(-1);
}

.start_season_ueberschrift_halloween{
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    border: 3px solid #444444;
    border-radius: 10px;
    padding: 10px;
    background-color: #e98f00;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.start_menue_ueberschrift_edit_halloween{
    font-size: 20px;
}

.start_menue_ueberschrift_edit_halloween a{
    display: inline-block;
    position: relative;
    color: #444444;
    text-decoration: none;
}

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

.start_menue_tabelle_halloween{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    border: 3px solid #444444;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/menue_halloween.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_menue_link_halloween{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    background-color: #444444ab;
    /*backdrop-filter: blur(10px);*/
    color: #e98f00;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    width: auto;
    height: 150px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    transition: 0.4s;
}

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

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

.start_menue_link_symbol_halloween{
    display: flex;
    background-image: linear-gradient(132deg, #e98f00, #444444);
    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_halloween img{
    height: 90px;
    width: auto;
    margin-right: 5px;
}

.start_menue_auswahl_halloween{
    border: 2px solid #e98f00;
    border-radius: 10px;
    padding: 5px;
    width: 95%;
    background-color: #444444;
    color: #e98f00;
    cursor: pointer;
}

.start_menue_link_symbol_warenkorb_zahl_halloween{
    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_orange.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #444444;
    font-weight: normal;
    font-size: 15px;
}

.start_showcase_tabelle_halloween{
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    border: 3px solid #444444;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/showcase_halloween.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_showcase_artikel_halloween{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr auto;
    row-gap: 0px;
    max-width: 100%;
    /*background-color: #eaeaea;*/
    background-color: #444444ab;
    box-shadow: 4px 4px 4px 0px #8080806a;
    border-radius: 10px;
    padding-bottom: 10px;
    transition: 0.4s;
}

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

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

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

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

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

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

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

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

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

.start_showcase_vorhanden_halloween{
    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 #e98f00;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    width: auto;
    background-color: white;
}

.start_showcase_vorhanden_halloween a{
    display: inline-block;
    position: relative;
    color: #e98f00;
    text-decoration: none;
}

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

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

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

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

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


/* Ostern */
#start_banner_neu_ostern{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    background-image: linear-gradient(132deg, #00b62f, white);
    box-shadow: 4px 4px 4px 0px #8080806a;
    padding: 10px;
    color: white;
    border: 1px solid #106eb4;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

#start_banner_neu_ostern a{
    display: inline-block;
    color: white;
    font-weight: bold;
}

.main_links_container_background_left_ostern{
    display: inline-block;
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_ostern.png");
    background-size: 100%;
}

.main_links_container_background_right_ostern{
    display: inline-block;
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    background-image: url("../media/grafiken/season/symbol_blau_ostern.png");
    background-size: 100%;
    transform: scaleX(-1);
}

.start_season_ueberschrift_ostern{
    display: flex;
    justify-content: center;
    font-size: 25px;
    color: #eaeaea;
    font-weight: bold;
    text-align: center;
    border: 3px solid white;
    border-radius: 10px;
    padding: 10px;
    background-color: #00b62f;
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 50px;
}

.start_menue_ueberschrift_edit_ostern{
    font-size: 20px;
}

.start_menue_ueberschrift_edit_ostern a{
    display: inline-block;
    position: relative;
    color: white;
    text-decoration: none;
}

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

.start_menue_tabelle_ostern{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    border: 3px solid #eaeaea;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/menue_ostern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_menue_link_ostern{
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-content: center;
    background-color: #eaeaeaab;
    /*backdrop-filter: blur(10px);*/
    color: white;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    width: auto;
    height: 150px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px 0px #8080806a;
    transition: 0.4s;
}

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

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

.start_menue_link_symbol_ostern{
    display: flex;
    /*background-color: #00b62f;*/
    background-image: linear-gradient(132deg, #00b62f, white);
    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_ostern img{
    height: 90px;
    width: auto;
    margin-right: 5px;
}

.start_menue_auswahl_ostern{
    border: 2px solid #00b62f;
    border-radius: 10px;
    padding: 5px;
    width: 95%;
    background-color: white;
    color: #00b62f;
    cursor: pointer;
}

.start_menue_link_symbol_warenkorb_zahl_ostern{
    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_gruen.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    font-weight: normal;
    font-size: 15px;
}

.start_showcase_tabelle_ostern{
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(4, auto);
    border: 3px solid #eaeaea;
    border-radius: 10px;
    gap: 15px;
    padding: 15px;
    /*background-image: linear-gradient(132deg, red, green);*/
    background-image: url("../media/grafiken/season/showcase_ostern.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.start_showcase_artikel_ostern{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 1fr auto;
    row-gap: 0px;
    max-width: 100%;
    /*background-color: #eaeaea;*/
    background-color: #eaeaeaab;
    box-shadow: 4px 4px 4px 0px #8080806a;
    border-radius: 10px;
    padding-bottom: 10px;
    transition: 0.4s;
}

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

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

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

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

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

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

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

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

.start_showcase_warenkorb_ostern input{
    border: 3px solid #00b62f;
    border-radius: 10px;
    padding: 5px;
    width: 45px;
    height: 25px;
    cursor: pointer;
}

.start_showcase_vorhanden_ostern{
    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 #00b62f;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    width: auto;
    background-color: white;
}

.start_showcase_vorhanden_ostern a{
    display: inline-block;
    position: relative;
    color: #00b62f;
    text-decoration: none;
}

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

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

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

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

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