/* 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)
  {
      select, option { margin:0;  padding:0; } /* generalisiertes Select-Feld mit Option-Felder*/
      input { font-size: 2vh; font-weight: 600; font-family: Helvetica; width: 84%; height: 2.7vh; background-color: #F8F8F8; border: none; margin: 0 1vw 0 0; } /* generalisiertes Input-Feld */
      hr { background-color: #000; border: none; height: 0.1vh; margin: 0 0 0 0; width: 98%; }
      span { font-family: arial, Helvetica, Verdana, Sans-Serif; color: #000; font-size: 1.5vh; font-weight: 600; }


        #menu_card4_btn_id { width: 22vw; height: 10vh; } /* Kind Element von Menu-Card1-Container - Menü-Link-Button-IT-Theme */
        .searchbar_suche { display: none; flex-direction: row; align-items: center; align-content: center; text-align: center; width: 89vw; height: 6vh; margin: 0 0 0 0; border: none; } /* Kind Element von Kopf-Container - Searchbar-Suche-Container */
        .s_button { font-size: 2vh; font-weight: 600; font-family: Helvetica; width: 15%; height: 2.9vh; background-color: #F8F8F8; cursor: pointer; margin: 0 0 0 0; border: none; } /* Kind Element von Searchbar-Suche-Container - Button-Searchbar */
        .back_button_suche { 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_button4 { 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_button4_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_card4_inhalte { display: none; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 70vh; margin: 0; } /* Kind Element von Rumpf-Child-Container - Hauptcontainer IT-Theme-Inhalte */
          .menu_card4_inhalte_child { display: none; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 68vh; margin: 0; } /* Kind Element von Hauptcontainer IT-Theme-Inhalte - IT-Theme-Inhalte-Child-Container */
          .menu_card4_inhalte_child_search_details { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 96.5%; height: auto; margin: 0 1% 0 2.5%; } /* Kind Element von IT-Theme-Inhalte-Child Container - IT-Theme-Inhalte-Child-Suche-Details-Container */
          .menu_card4_inhalte_child_search_details_select { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: 100%; height: auto; margin: 0 0 0.5vh 0; } /* Kind Element von IT-Theme-Inhalte-Child-Suche-Details Container - IT-Theme-Inhalte-Child-Suche-Details-Select-Container */
          .select_suche { max-width: 80%; height: auto; font-size: 2vh; font-family:Arial,sans-serif; font-weight: 600; background-color: #DCDCDC; color:#0017AA; border: none; margin: 0; }

        .menu_cards_anzeige_ergebnis_suche { display: none; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 68vh; background-color: #F8F8F8; margin: 0; overflow-x: hidden; overflow-y: hidden; } /* Kind Element von Hauptcontainer Menu_Cards_Anzeige_Ergebnis - Anzeige-Ergenis-IT-Theme-Container */
        .menu_cards_anzeige_ergebnis_suche_close { display: flex; flex-direction: column; justify-content: center; align-items: flex-end; width: 100%; height: 2.7vh; margin: 0; overflow-x: hidden; overflow-y: hidden; } /* Kind Element von Hauptcontainer Menu_Cards_Anzeige_Ergebnis - Anzeige-Ergenis-IT-Theme-Container */
        .menu_cards_anzeige_ergebnis_close_btn { display: none; flex-direction: column; justify-content: center; align-items: flex-end; width: 5%; height: 2.7vh; margin: 0 2% 0 0; cursor: pointer; float: right; font-family: arial, Helvetica, Verdana, Sans-Serif; font-size: 2.7vh; font-weight: 700; color: #B40404; text-decoration: none; } /* Kind Element von Anzeige-Ergenis-IT-Theme Container - Anzeige-Ergenis-IT-Theme-Close-Container */
        .menu_cards_anzeige_ergebnis_suche_view { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 98%; height: 61vh; margin: 0; overflow-x: hidden; overflow-y: hidden; } /* Kind Element von Anzeige-Ergenis-IT-Theme Container - Anzeige-Ergenis-IT-Theme-View-Container */
        .menu_cards_anzeige_ergebnis_suche_view_frame { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 98%; height: 60.5vh; margin: 0 1% 0 1%; border: none; overflow-x: hidden; overflow-y: auto; }

  }

}

}
