#dashboard_menue_active{
    display: none;
}

#dashboard_inhalt{
    display: grid;
    grid-template-columns: 180px 1fr;
    grid-template-rows: 1fr;
    margin-left: 50px;
    margin-right: 50px;
    min-height: 40vh;
}

.dashboard_menue{
    display: none;
}

#dashboard_inhalt .dashboard_menue img{
    height: 55px;
    width: auto;
    margin-bottom: -5px;
}

.dashboard_ueberschrift{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
}

#dashboard_navi{
    display: flex;
    grid-row: 1/2;
    grid-column: 1/2;
    background-color: white;
    border-top: 3px solid #106eb4;
    border-left: 3px solid #106eb4;
    border-bottom: 3px solid #106eb4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: fit-content;
}

#dashboard_navi ul li{
    margin-left: -25px;
    margin-right: -30px;
    list-style: none;
    margin-bottom: 20px;
}

#dashboard_navi ul li ul{
    margin-bottom: 20px;
}

#dashboard_navi ul li ul li{
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
}

#dashboard_navi a{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #106eb4;
    font-weight: bold;
}

#dashboard_navi a:after{
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #106eb4;
    transform-origin: bottom center;
    transition: transform 0.3s ease-out;
}

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

#dashboard_navi img{
    height: 25px;
    width: auto;
    margin-bottom: -6px;
    margin-right: -5px;
}

#dashboard_body{
    background-color: white;
    grid-row: 1/3;
    grid-column: 2/3;
    padding: 5px;
    border: 3px solid #106eb4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

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

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

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

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

.dashboard_hinweis img{
    height: 18px;
    width: auto;
}

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

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

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

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

.dashboard_link_button{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #106eb4;
    border: 2px solid #106eb4;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    height: 37px;
    text-decoration: none;
    margin-top: 10px;
}

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

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

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

.dashboard_ansehen_hover:hover{
    background-image: url("../media/grafiken/ansehen_zu_blau.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dashboard_einblenden_1200{
    display: none;
}

.dashboard_einblenden_799{
    display: none;
}

.dashboard_einblenden_500{
    display: none;
}

.dashboard_grau{
    color: gray;
    font-size: 14px;
}


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

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

.dashboard_start_tabelle img{
    height: 28px;
    width: auto;
    margin-bottom: -5px;
}

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

.dashboard_start_tabelle .dashboard_start_tabelle_2spalten{
    grid-column: 1/3;
    display: flex;
    justify-content: center;
}


/* Profil */
.dashboard_profil_hinweis{
    display: none;
    align-items: center;
    font-size: 16px;
    color: gray;
}

.dashboard_profil_hinweis img{
    height: 18px;
    width: auto;
}

#dashboard_profil_haupt{
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(2, auto);
    justify-content: center;
}

#dashboard_profil_haupt_anzeigen{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-template-rows: repeat(8, auto);
    -ms-grid-row-align: center;
    grid-column: 1 / 2;
    grid-row: 2 / 2;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

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

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

#dashboard_profil_haupt_anzeigen img{
    height: 40px;
    margin-bottom: -3px;
}

#dashboard_profil_haupt_anzeigen .dashboard_profil_hilfe .hilfe img{
    height: 20px;
}

#dashboard_profil_haupt_blau, #dashboard_profil_haupt_rot, #dashboard_profil_haupt_gruen{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 30px;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(7, auto);
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    align-items: center;
    gap: 10px;
    width: auto;
    background-color: white;
}

#dashboard_profil_haupt_blau{
    background-image: url("../media/grafiken/login_rand_blau.png");
    background-size: 100%;
    border: 2px solid #106eb4;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_profil_haupt_rot{
    background-image: url("../media/grafiken/login_rand_rot.png");
    background-size: 100%;
    border: 2px solid #e3010f;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_profil_haupt_gruen{
    background-image: url("../media/grafiken/login_rand_gruen.png");
    background-size: 100%;
    border: 2px solid #00b62f;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_profil_haupt_blau a, #dashboard_profil_haupt_rot a, #dashboard_profil_haupt_gruen a{
    display: inline-block;
    position: relative;
    color: #106eb4;
    text-decoration: none;
}

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

.dashboard_profil_mittig{
    text-align: center;
}

.dashboard_profil_eingabe{
    border: 2px solid #106eb4;
    border-radius: 5px;
    height: 30px;
    width: 385px;
}

.dashboard_profil_eingabe_kurz{
    border: 2px solid #106eb4;
    border-radius: 5px;
    height: 30px;
    width: 100px;
}

.dashboard_profil_eingabe_min{
    border: 2px solid #106eb4;
    border-radius: 5px;
    height: 30px;
    width: 385px;
}

.dashboard_profil_eingabe_min:invalid{
    border: 2px solid #e3010f;
    border-radius: 5px;
    height: 30px;
    width: 385px;
}

.dashboard_profil_eingabe_min:invalid:focus{
    background-color: #e3010f2b;
}

.dashboard_profil_2spalten{
    grid-column: 1 / 3;
    text-align: center;
}

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

.dashboard_profil_3spalten{
    grid-column: 1 / 4;
    text-align: center;
}

.dashboard_profil_3spalten{
    grid-column: 1 / 4;
    text-align: center;
}


/* Geräte */
#dashboard_geraet_haupt_blau, #dashboard_geraet_haupt_rot{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 30px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    column-gap: 50px;
    width: fit-content;
    background-color: white;
}

#dashboard_geraet_haupt_blau{
    background-image: url("../media/grafiken/login_rand_blau.png");
    background-size: 100%;
    border: 2px solid #106eb4;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_geraet_haupt_rot{
    background-image: url("../media/grafiken/login_rand_rot.png");
    background-size: 100%;
    border: 2px solid #e3010f;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

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

.dashboard_geraete_tabelle button{
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    background-image: url("../media/grafiken/delete_grau.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

.dashboard_geraete_tabelle button:hover{
    background-image: url("../media/grafiken/delete_blau.png");
}

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


/* Bestellungen */
.dashboard_bestellung_Bearbeitet{
    background-color: #feaa002d;
    color: #feaa00;
    padding: 3px;
    border-radius: 5px;
}

.dashboard_bestellung_Versendet{
    background-color: #00b62f3d;
    color: #00b62f;
    padding: 3px;
    border-radius: 5px;
}

.dashboard_bestellung_Storniert{
    background-color: #8080803d;
    color: #808080;
    padding: 3px;
    border-radius: 5px;
}

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

.dashboard_bestellung_filter_3spalten{
    grid-column: 1/5;
}

.dashboard_bestellung_filter_schliessen{
    text-align: end;
}

.dashboard_bestellung_filter_tabelle{
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: auto;
    height: 100%;
    gap: 5px;
}

.dashboard_bestellung_filter_auswahl{
    border: 2px solid #106eb4;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
}

.dashboard_bestellung_filter_img{
    width: 24px;
    height: auto;
    margin-bottom: -5px;
}

.dashboard_bestellung_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 5px;
    align-items: end;
    justify-content: end;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.dashboard_bestellung_tabelle img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}

.dashboard_bestellung_tabelle_leer{
    display: inline-block;
    height: 16px;
    width: 16px;
}

.dashboard_bestellung_tabelle_rechts{
    text-align: end;
}

.dashboard_bestellung_tabelle_mitte{
    text-align: center;
}

.dashboard_bestellung_tabelle_link{
    display: inline-block;
    position: relative;
    color: #e3010f;
    text-decoration: none;
    font-weight: bold;
}

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

.dashboard_bestellung_anzeige{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    margin-bottom: 50px;
}

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

.dashboard_bestellung_anzeige_ueber{
    grid-column: 1/4;
    text-align: center;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 20px;
}

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

.dashboard_bestellung_anmerkung{
    grid-column: 1/4;
    display: block;
    text-align: start;
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.dashboard_bestellung_warenkorb_inhalt{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 80px 1fr auto auto;
    grid-template-rows: auto;
    column-gap: 10px;
    justify-content: start;
    align-items: center;
    text-align: start;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.dashboard_bestellung_warenkorb_fehler{
    grid-column: 1/5;
}

.dashboard_bestellung_warenkorb_unterteilung{
    grid-column: 1/5;
    display: flex;
    height: 1px;
    background-color: #106eb4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dashboard_bestellung_warenkorb_wert{
    grid-column: 1/5;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

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

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

.dashboard_bestellung_hinweis img{
    height: 18px;
    width: auto;
}


/* Zuteilung */
.dashboard_zuteilung_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: auto;
    width: fit-content;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    column-gap: 10px;
    row-gap: 5px;
}

.dashboard_zuteilung_tabelle img{
    max-width: 45px;
    max-height: 45px;
    margin-bottom: -3px;
}

.dashboard_zuteilung_tabelle button{
    height: 30px;
    width: 30px;
    margin-bottom: 5px;
    background-image: url("../media/grafiken/delete_grau.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    cursor: pointer;
}

.dashboard_zuteilung_tabelle button:hover{
    background-image: url("../media/grafiken/delete_blau.png");
}

.dashboard_zuteilung_ueber_2spalten{
    grid-column: 1/3;
    color: #e3010f;
    font-weight: bold;
}

.dashboard_zuteilung_tabelle_anzahl{
    text-align: end;
}

.dashboard_zuteilung_tabelle_zyklus{
    text-align: end;
}

.dashboard_zuteilung_tabelle_ausblenden_799{
    text-align: center;
}

.dashboard_zuteilung_tabelle_einblenden_799{
    display: none;
}

.dashboard_zuteilung_tabelle_unterteilung{
    display: none;
}


/* Lieferadresse */
.dashboard_lieferadresse{
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    margin-bottom: 10px;
    align-items: center;
}

.dashboard_lieferadresse img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}

.dashboard_lieferadresse_tabelle{
    display: grid;
    grid-template-columns: 1fr repeat(5, auto) 1fr;
    column-gap: 15px;
    row-gap: 5px;
    margin-bottom: 20px;
}

.dashboard_lieferadresse_tabelle img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}

.dashboard_lieferadresse_show{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
}

.dashboard_lieferadresse_auswahl{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
    align-items: center;
    text-align: center;
    padding: 5px;
    border: 3px solid #106eb4;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard_lieferadresse_auswahl img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}

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

.dashboard_lieferadresse_bestellung{
    display: grid;
    grid-template-columns: 1fr repeat(4, auto) 1fr;
    column-gap: 15px;
    row-gap: 5px;
    align-items: center;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard_lieferadresse_bestellung img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}

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

#dashboard_lieferadresse_haupt_blau, #dashboard_lieferadresse_haupt_rot{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(10, auto);
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    column-gap: 50px;
    width: fit-content;
    background-color: white;
}

#dashboard_lieferadresse_haupt_blau{
    background-image: url("../media/grafiken/login_rand_blau.png");
    background-size: 100%;
    border: 2px solid #106eb4;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_lieferadresse_haupt_rot{
    background-image: url("../media/grafiken/login_rand_rot.png");
    background-size: 100%;
    border: 2px solid #e3010f;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

.dashboard_lieferadresse_haupt_tabelle{
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, absolute);
    row-gap: 10px;
    align-items: center;
    justify-content: center;
}


/* Berechtigung */
.dashboard_berechtigung_ueber{
    display: block;
    text-align: center;
    font-size: 25px;
    color: #e3010f;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

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

.dashboard_berechtigung_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: auto;
    column-gap: 15px;
    row-gap: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.dashboard_berechtigung_tabelle img{
    height: 24px;
    width: auto;
}

.dashboard_berechtigung_tabelle div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard_berechtigung_tabelle_sortieren img{
    height: 24px;
    width: auto;
    margin-bottom: -8px;
}

#dashboard_berechtigung_haupt_blau, #dashboard_berechtigung_haupt_rot, #dashboard_berechtigung_haupt_gruen{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    padding: 30px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: repeat(7, auto);
    align-items: center;
    justify-content: center;
    row-gap: 10px;
    column-gap: 50px;
    width: 400px;
    background-color: white;
}

#dashboard_berechtigung_haupt_blau{
    background-image: url("../media/grafiken/login_rand_blau.png");
    background-size: 100%;
    border: 2px solid #106eb4;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_berechtigung_haupt_rot{
    background-image: url("../media/grafiken/login_rand_rot.png");
    background-size: 100%;
    border: 2px solid #e3010f;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

#dashboard_berechtigung_haupt_gruen{
    background-image: url("../media/grafiken/login_rand_gruen.png");
    background-size: 100%;
    border: 2px solid #00b62f;
    box-shadow: -5px 5px 5px gray;
    border-radius: 12px;
}

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

.dashboard_berechtigung_anzeige_tabelle img{
    height: 20px;
    width: auto;
    margin-bottom: -3px;
}

.dashboard_berechtigung_anzeige_tabelle_unter{
    grid-column: 1/3;
    display: grid;
    grid-template-columns: repeat(2, 200px);
    grid-template-rows: repeat(4, auto);
    gap: 10px;
    justify-content: center;
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.dashboard_berechtigung_anzeige_kontrolle{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto) 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    height: 100%;
}

.dashboard_berechtigung_anzeige_kontrolle img{
    height: 40px;
    width: auto;
    margin-bottom: -3px;
}

.dashboard_berechtigung_anzeige_kontrolle .main_hilfe img{
    height: 20px;
    width: auto;
    margin-bottom: -3px;
}

.dashboard_berechtigung_anzeige_kontrolle .dashboard_aufgabe_grafik, #dashboard_navi .dashboard_aufgabe_grafik{
    height: 10px;
    width: auto;
    margin-bottom: 5px;
}

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


/* Berechtigung Under*/
.dashboard_berechtigung_under_tabelle{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 300px 300px 60px;
    grid-template-rows: auto;
    row-gap: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.dashboard_berechtigung_under_tabelle details{
    grid-column: 1/4;
    cursor: pointer;
    display: block;
}

.dashboard_berechtigung_under_tabelle details summary{
    display: grid;
    grid-template-columns: 300px 300px 60px;
    list-style-type: none;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    color: #106eb4;
}

.dashboard_berechtigung_under_ueber{
    grid-column: 1/4;
    text-align: center;
    font-size: 26px;
    color: #e3010f;
    font-weight: bold;
    margin-top: 20px;
}

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

.dashboard_berechtigung_under_ueber_einblenden_799{
    display: none;
}

.dashboard_berechtigung_under_tabelle_unterteilung{
    display: flex;
    height: 1px;
    background-color: #106eb4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dashboard_berechtigung_under_details{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    gap: 5px;
    background-color: #eaeaea;
    border-left: 1px solid #106eb4;
    border-right: 1px solid #106eb4;
    border-bottom: 1px solid #106eb4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.dashboard_berechtigung_under_links{
    display: flex;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard_berechtigung_under_text{
    font-size: 14px;
}


/* Aufgaben */
.dashboard_aufgaben{
    display: block;
    align-items: center;
    border: 3px solid #106eb4;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}

.dashboard_aufgaben img{
    height: 24px;
    width: auto;
    margin-bottom: -5px;
}

/* Favoriten */
#dashboard_favoriten_haupt{
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 1fr repeat(3, auto) 1fr;
    grid-template-rows: auto;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

#dashboard_favoriten_haupt img{
    max-width: 60px;
    max-height: 60px;
    margin-bottom: -3px;
}

#dashboard_favoriten_haupt button{
    width: 30px;
    height: 30px;
    border: 0px;
    cursor: pointer;
}

.dashboard_favoriten_ueber{
    grid-column: 2/5;
    color: #e3010f;
    font-weight: bold;
}

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

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

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

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

/* Einstellung */
#dashboard_einstellung_haupt{
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(4,auto);
    column-gap: 10px;
    justify-content: center;
    align-items: center;
}

#dashboard_einstellung_haupt img{
    height: 40px;
    width: auto;
    margin-bottom: -3px;
}