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

.geraete_ok{
    border: 3px solid #00b62f;
    border-radius: 5px;
    color: #00b62f;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.geraete_error{
    border: 3px solid #e3010f;
    border-radius: 5px;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 10px;
}


/* Hersteller */
.geraete_hersteller_ueberschrift{
    display: flex;
    justify-content: center;
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.geraete_hersteller_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.geraete_hersteller_tabelle a{
    display: block;
    color: white;
    font-size: 25px;
    text-decoration: none;
    width: 400px;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

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

.geraete_hersteller_tabelle_hersteller_klein{
    font-size: 18px;
}

.geraete_hersteller_uebersicht_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}

.geraete_hersteller_uebersicht_tabelle a{
    display: block;
    color: #106eb4;
    font-size: 25px;
    background-color: white;
    border: 3px solid #106eb4;
    border-radius: 10px;
    text-decoration: none;
    width: 400px;
    height: auto;
    padding: 20px;
    transition: 0.4s;
}

.geraete_hersteller_uebersicht_tabelle a:hover{
    box-shadow: inset 4px 4px 4px 0px #808080;
    transition: 0.4s;
}

.geraete_hersteller_filter{
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-template-rows: auto;
    column-gap: 10px;
    justify-content: start;
    align-items: end;
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.geraete_hersteller_filter input{
    height: 20px;
    width: 20px;
    border-radius: 5px;
}

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

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

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

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

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


/* Artikel */
.geraete_artikel_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;
}

.geraete_artikel_tabelle_seite{
    display: block;
    max-width: 100%;
    text-align: start;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
}

.geraete_artikel_ansicht{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    border: 3px solid #106eb4;
    border-radius: 5px;
    width: fit-content;
    height: auto;
    padding: 10px;
}

.geraete_artikel_ansicht a{
    text-decoration: none;
    color: black;
}

.geraete_artikel_produkt{
    display: grid;
    grid-template-columns: 250px;
    grid-template-rows: 1fr auto;
    justify-content: center;
    row-gap: 10px;
}

.geraete_artikel_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 );*/
}

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

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

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

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

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

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

.geraete_artikel_warnung{
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: bold;
    border: 3px solid #e3010f;
    border-radius: 5px;
    padding: 5px;
}

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

.geraete_artikel_warnung_ok{
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: bold;
    border: 3px solid #00b62f;
    border-radius: 5px;
    padding: 5px;
}

.geraete_artikel_hilfe_tabelle{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    column-gap: 5px;
    justify-content: start;
    align-items: start;
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 5px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

.geraete_artikel_hilfe_tabelle img{
    width: 25px;
    height: auto;
    margin-bottom: -7px;
}

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

.geraete_artikel_hilfe_tabelle_beschreibung{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.geraete_artikel_video_overlay{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 50px;
    position: fixed;
    top: 50%;
    left: 10%;
    right: 10%;
    transform: translate(0, -50%);
    /*top: 0;*/
    justify-content: center;
    align-items: center;
    box-shadow: -5px 5px 5px gray;
    background-color: white;
    border-radius: 12px;
    padding: 10px;
    z-index: 15;
}

.geraete_artikel_video_overlay_mitte{
    position: relative;
    text-align: center;
    padding-bottom: 52.25%; /* 16:9 */
    padding-top: 10px; 
    height: 0;
}

.geraete_artikel_video_overlay_mitte iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.geraete_artikel_video_overlay_unten{
    text-align: center;
}

.geraete_artikel_video_overlay_unten img{
    width: 25px;
    height: auto;
    margin-bottom: -7px;
}

.geraete_artikel_hilfe_tabelle_videos{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
}

.geraete_artikel_hilfe_anleitungen{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: 1fr;
    gap: 5px;
    margin-left: auto;
    margin-right: auto;
}

.geraete_artikel_explosion_details{
    display: block;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    cursor: pointer;
    color: #106eb4;
    width: fit-content;
    border: 3px solid #106eb4;
    border-radius: 5px;
}

.geraete_artikel_explosion_div{
    display: inline-block;
    position: relative;
    padding: 10px;
}

.geraete_artikel_explosion_click{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.geraete_artikel_explosion_click img{
    width: 30px;
    height: auto;
}

.geraete_artikel_explosion_bild{
    width: 200px;
    height: auto;
    border-radius: 5px;
}

.geraete_artikel_explosion_multi{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(1, auto);
    gap: 5px;
    align-items: start;
    border: 3px solid #106eb4;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: fit-content;
    max-width: 90vw;
    max-height: 300px;
    padding: 10px;
    background-color: white;
    box-shadow: -5px 5px 5px gray;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 15;
}

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

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

.geraete_artikel_explosion_multi_close{
    text-align: end;
}

.geraete_artikel_explosion_multi_close img{
    width: 30px;
    height: auto;
    margin-bottom: -5px;
}

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

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

.geraete_artikel_explosion_show_button{
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 30px;
    color: #106eb4;
    text-decoration: none;
    z-index: 15;
}

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

.geraete_artikel_explosion_show_bild{
    display: flex;
    justify-content: center;
    width: 80vw;
    height: 80vh;
    overflow: auto;
    border: 3px solid #106eb4;
    border-radius: 5px;
    background-color: white;
}

.geraete_artikel_explosion_show_zoom{
    display: flex;
    width: 100%;
    height: 100%;
    transform-origin: top left;
    overflow: auto;
}

.geraete_artikel_explosion_show_zoom img{
    max-height: 100%;
    max-width: 100%;
}

#geraete_artikel_explosion_overlay_close a{
    display: block;
    height: 100%;
    width: 100%;
}

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

.geraete_artikel_explosion_show_links{
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 11;
}

.geraete_artikel_explosion_show_rechts{
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 11;
}

.geraete_artikel_explosion_show_links img, .geraete_artikel_explosion_show_rechts img{
    width: 70px;
    height: auto;
}

/* SVG */
.geraete_multi_svg{
    fill: #feaa008b;
    cursor:pointer
}

.geraete_multi_svg:hover{
    fill: #feaa00a2;
    cursor:pointer
}

.geraete_svg{
    fill: #106eb48b;
    cursor:pointer
}

.geraete_svg:hover{
    fill: #106eb4a2;
    cursor:pointer
}

.geraete_nicht_svg{
    fill: #e3010f8b;
    cursor:pointer
}

.geraete_nicht_svg:hover{
    fill: #e3010fa2;
    cursor:pointer
}