
.artikel_img-zoom-container{
    position: relative;
}
  
.artikel_img-zoom-lens{
    position: absolute;
    border: 2px solid #106eb4;
    background-color: #ffffffc2;
    /*set the size of the lens:*/
    width: 100px;
    height: 100px;
    visibility: hidden;
}
  
.artikel_img-zoom-result{
    visibility: hidden;
    position: fixed;
    left: 460px;
    top: 169px;
    border: 3px solid #106eb4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    background-repeat: no-repeat;
    /*set the size of the result div:*/
    width: 450px;
    height: 450px;
    z-index: 2;
}

.artikel_img-magnifier-container{
    position: relative;
}
  
.artikel_img-magnifier-glass{
    position: absolute;
    border: 5px solid #106eb4;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 300px;
    height: 300px;
    visibility: hidden;
}

#artikel_bild_active{
    display: none;
}

#artikel_bild_overlay_close a{
    display: block;
    height: 100%;
    width: 100%;
    /*background-image: url("../media/grafiken/close_blau.png");
    background-repeat: no-repeat;
    background-position: right top;*/
}

#artikel_bild_active:checked ~ #artikel_bild_overlay_close{
    visibility: visible;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    /*background-color: #ffffffe2;*/
    backdrop-filter: blur(10px);
}

.artikel_bild_show{
    visibility: hidden;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.artikel_bild_show img{
    max-height: 95vh;
    max-width: 95vw;
}

#artikel_bild_active:checked ~ .artikel_bild_show{
    visibility: visible;
}

.artikel_bild_show_links{
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 11;
}

.artikel_bild_show_rechts{
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 11;
}

.artikel_bild_show_links img, .artikel_bild_show_rechts img{
    width: 70px;
    height: auto;
}

#artikel_inkompatibel_active{
    display: none;
}

#artikel_inkompatibel_overlay_close{
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: #ffffffe2;
}

#artikel_inkompatibel_overlay_close a{
    display: block;
    height: 100%;
    width: 100%;
    color: #e3010f;
    font-size: 30px;
}

#artikel_inkompatibel_active:checked ~ #artikel_inkompatibel_overlay_close{
    visibility: visible;
}

.artikel_overlay_close_mobil{
    /*display: none;*/
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    z-index: 12;
}

.artikel_overlay_close_mobil img{
    width: 100%;
    height: 100%;
}

.artikel_overlay_close_mobil a{
    width: 100%;
    height: 100%;
}

.artikel_inkompatibel_div{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    position: fixed;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.artikel_img-magnifier-container:hover .artikel_img-magnifier-glass{
    visibility: visible;
}

.artikel_ueberschrift{
    display: none;
    grid-column: 1/3;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.artikel_ueberschrift img{
    width: 25px;
    height: 25px;
    margin-bottom: -3px;
}

#artikel_tabelle{
    display: grid;
    grid-template-columns: 400px 1fr auto;
    grid-template-rows: 1fr;
    justify-content: start;
    column-gap: 10px;
    row-gap: 15px;
    padding: 5px;
    min-height: 40vh;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.artikel_tabelle_bild{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(2, auto);
    border: 3px solid #106eb4;
    border-radius: 5px;
    background-color: white;
}

.artikel_tabelle_bild_gross{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 397px;
    height: 397px;
}

.artikel_tabelle_bild_gross a{
    text-align: center;
    cursor: zoom-in;
}

.artikel_img-zoom-container:hover .artikel_img-zoom-result{
    visibility: visible;
}

.artikel_img-zoom-container:hover .artikel_img-zoom-lens{
    visibility: visible;
}

.artikel_tabelle_bild_gross img{
    max-height: 350px;
    max-width: 350px;
}

.artikel_tabelle_bild_klein{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-top: 3px solid #106eb4;
    padding: 10px;
}

.artikel_tabelle_bild_klein a{
    display: flex;
    border: 2px solid #106eb4;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    padding: 5px;
    cursor: zoom-in;
}

.artikel_tabelle_bild_klein img{
    max-height: 90px;
    max-width: 90px;
}

.artikel_tabelle_bild_klein_nicht{
    height: 0px;
}

.artikel_tabelle_text{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    column-gap: 10px;
    row-gap: 5px;
    justify-content: start;
    align-items: start;
    height: fit-content;
}

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

.artikel_tabelle_text_link: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;
}

.artikel_tabelle_text_link:hover::after{
    background-color: #106eb4;
    transform: scaleX(1);
    transform-origin: bottom center;
}

.artikel_tabelle_ueber{
    grid-column: 1/3;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 20px;
}

.artikel_tabelle_ueber img{
    width: 25px;
    height: 25px;
    margin-bottom: -3px;
}

.artikel_tabelle_tags{
    grid-column: 1/3;
    margin-top: 20px;
}

.artikel_tabelle_beschreibung{
    grid-column: 1/3;
    margin-top: 10px;
}

.artikel_tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #106eb4;
    background-color: white;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #106eb4;
    border-radius: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.artikel_tag:hover{
    box-shadow: inset 2px 2px 2px 0px #0000006a;
    transition: 0.4s;
}

.artikel_tag img{
    display: none;
    width: 20px;
    height: auto;
}

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

.artikel_tag_hersteller{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    margin-top: 10px;
}

.artikel_tag_hersteller:hover{
    box-shadow: inset 2px 2px 2px 0px #0000006a;
    transition: 0.4s;
}

.artikel_tag_hersteller img{
    display: none;
    width: 20px;
    height: auto;
}

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

.artikel_tabelle_kaufen{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(5, auto);
    align-items: start;
    justify-content: start;
    border: 3px solid #106eb4;
    border-radius: 5px;
    background-color: white;
    height: fit-content;
    padding: 10px;
    max-width: 300px;
}

.artikel_tabelle_kaufen_preis{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
}

.artikel_tabelle_warenkorb{
    margin-top: 20px;
    text-align: start;
    display: grid;
    grid-template-columns: 1fr repeat(4, auto) 1fr;
    grid-template-rows: repeat(4, auto);
    width: 300px;
    column-gap: 5px;
    border-top: 3px solid #106eb4;
    padding-top: 20px;
}

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

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

.artikel_tabelle_warenkorb_error{
    grid-column: 1/3;
    display: block;
    text-align: center;
}

.artikel_tabelle_warenkorb_geraet{
    grid-column: 1/7;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 10px;
}

.artikel_tabelle_warenkorb_vorhanden{
    grid-column: 1/7;
}

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

.artikel_tabelle_warenkorb_button{
    grid-column: 3/4;
}

.artikel_tabelle_warenkorb .artikel_tabelle_warenkorb_geraet img{
    width: 24px;
    height: auto;
    margin-bottom: -6px;
    margin-right: 5px;
}

.artikel_tabelle_warenkorb_warnung img{
    margin-right: 10px;
}

.artikel_tabelle_warenkorb_ersatz{
    grid-column: 1/7;
    text-align: start;
    color: #e3010f;
    font-weight: bold;
}

.artikel_tabelle_ersatz{
    margin-top: 20px;
    text-align: start;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, auto);
    column-gap: 5px;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #106eb4;
    padding-top: 20px;
}

.artikel_tabelle_ersatz_text{
    grid-column: 1/3;
    color: #e3010f;
    font-weight: bold;
    text-align: start;
}

.artikel_tabelle_warenkorb_abo{
    grid-column: 1/7;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    column-gap: 5px;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #106eb4;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
}

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

.artikel_tabelle_warenkorb_abo select{
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 5px;
    width: auto;
    height: 40px;
}

.artikel_tabelle_warenkorb_abo_ueber{
    grid-column: 1/4;
    margin-bottom: 10px;
    color: #e3010f;
    font-weight: bold;
}

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

.artikel_tabelle_warenkorb_abo_datum{
    grid-column: 2/3;
    text-align: center;
}

.artikel_tabelle_warenkorb_abo_datum input{
    width: auto;
}

.artikel_tabelle_warenkorb_abo_zyklus{
    grid-column: 3/4;
    text-align: center;
}

.artikel_tabelle_warenkorb_abo_button{
    grid-column: 1/4;
    margin-top: 10px;
    text-align: center;
}

.artikel_tabelle_warenkorb_abo_button button{
    width: 100%;
}


/* Neugeräte */
.artikel_neugeraet_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    justify-content: center;
    text-align: center;
    column-gap: 10px;
    row-gap: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.artikel_neugeraet_link{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr;
    border: 3px solid #106eb4;
    border-radius: 10px;
    background-image: linear-gradient(132deg, #eaeaea, transparent);
    transition: 0.4s;
    width: 250px;
    /*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 );*/
}

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

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

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