/* Abfrage ob das Anzeige-Gerät die Hover Funktion unterstützt, wenn ja  */
@media(hover:hover)
{

}

/* Abfrage ob das Anzeige-Gerät die Hover Funktion unterstützt, wenn nein  */
@media(hover:none)
{

  /* Deklaration für Hochformat Ansicht */
  @media (orientation: portrait)
  {

    /* Deklaration der Hochformat-Auflösungen für Handy und Tablet */
    @media only screen and (max-width: 9000px) and (min-width: 300px)
    {
        #menu_card7_btn_id { width: 22vw; height: 10vh; } /* Kind Element von Menu-Card1-Container - Menü-Link-Button-IT-Theme */
        .extlinks_logo { display: none; flex-direction: row; align-items: center; align-content: center; width: 90vw; height: 10vh; background-image: url("../images/extlinks_logo.jpg"); background-repeat: no-repeat; background-size: contain; background-position: center; margin: 0 0 0 0; border: none; }
        .back_button_extlinks { display: none; flex-direction: row; align-items: center; align-content: flex-start; width: 90vw; height: 4.5vh; margin: 0 0 0 0; border: none; } /* Kind Element von Kopf-Container - Back-Button-Suche-Container */
        .back_button7 { display: flex; flex-direction: row; align-items: center; align-content: center; width: 11vw; height: 3.5vh; background-image: url("../images/button_back.jpg"); background-repeat: no-repeat; background-size: contain; background-position: center; margin: 0 0 0 0; border: none; } /* Kind Element von Back-Button-Suche-Container - Back-Button4-Container */
        .back_button7_back { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 11vw; height: 3.5vh; margin: 0 0 0 0; cursor: pointer; text-decoration: none; } /* Kind Element von Back-Button4-Container - A-Link-Back-Button4 */
        .menu_card7_inhalte { display: none; flex-direction: column; justify-content: center; align-items: center; width: 89vw; height: 64.5vh; margin: 2.5vh 0 0 0; background-color: #F8F8F8; border: 0.1vh solid #000; box-shadow: 0.2vh 0.2vh 0.16vh 0.2vh #AAA; overflow-x: hidden; overflow-y: hidden; } /* Kind Element von Rumpf-Child-Container - Hauptcontainer Tools-Inhalte */
          .menu_card7_inhalte_child { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 64vh; margin: 0; } /* Kind Element von Hauptcontainer IT-Theme-Inhalte - IT-Theme-Inhalte-Child-Container */


          .menu_card7_inhalte_child_menu { display: none; flex-direction: column; justify-content: flex-start; align-items: center; width: 100%; height: 40vh; }


          .menu_cards_inhalte_extlinks_view { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: auto; overflow-x: hidden; overflow-y: auto; border: none; }
            .menu_cards_inhalte_extlinks_linkheader { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 3vh; font-family: arial, Helvetica, Verdana, Sans-Serif; font-size: 2.7vh; font-weight: 700; color: #000; }
            .menu_cards_inhalte_extlinks_linklist { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: auto; font-family: arial, Helvetica, Verdana, Sans-Serif; font-size: 2vh; font-weight: 700; color: #000; }

    }

}

}
