/*************************************************/
/* beg of                                        */
/* LESS: project_header_menuDT.less              */
/*                                               */
/* TOPMENU for desktops (more than 800px)        */
/* Hide it for tablets/smartphones and           */
/* appear a spezial HH menu                      */
/*                                               */
/*************************************************/
/*************************************************/
/* beg of                                        */
/* LESS: project_settings.less                   */
/*                                               */
/* Enthält die Variablen und                     */
/* MUSS von JEDEM .less importiert werden.       */
/*                                               */
/* @import "project_settings.less";              */
/*                                               */
/*************************************************/
/* Importiere für ...*/
/*************************************************/
/* beg of                                        */
/* LESS: boxcommon.less                          */
/*                                               */
/* Enthält Variablen und Grundeinstellungen      */
/*                                               */
/* Wird in project_settings.less importiert      */
/*                                               */
/*************************************************/
#boxcommon {
  position: fixed;
  z-index: 11;
  width: inherit;
  height: 0px;
  overflow: visible;
  border: 0px dotted red;
}
/* RAL 6009 */
/* RAL 6010 */
/* RAL 6038 */
/* RAL 9010 */
/* RAL 9011 */
/* #444444 */
/* hellstes weiss */
/* dunkelstes schwarz */
/* RAL 9010 transparent */
/* RAL 9011 transparent  */
/* #444444 transparent */
/* project_header_menu */
/* In project_content.less/css */
/* 
	base_classes.css 
	#Column Shortcodes
	
	
	class="one_half floatleft break4tablet"
	class="one_half last_column floatleft break4tablet"
*/
@media only screen and (min-width: 30cm) {
  /* dummy */
}
@media only screen and (min-width: 10cm) and (max-width: 20cm) {
  .break4handhelds {
    float: none;
    margin: 0 auto 0 auto;
    width: 100% !important;
    1background-color: yellow;
  }
}
@media only screen and (max-width: 10cm) {
  .break4handhelds {
    float: none;
    margin: 0 auto 0 auto;
    width: 100% !important;
    1background-color: red;
  }
}
/* In project_header.less/css */
#header_container_horizontal {
  /* Container für Header Inhalte */
  1position: absolute;
  1left: 16em;
  1right: 1em;
  1max-width: 960px;
  height: 100%;
  /* beg debug */
  1margin: -1px -2px -2px -1px;
  /* t r b l border Xpx ausgleichen. NUR wenn oben KEIN margin-xyz ist */
  1border: 1px dotted red;
  /* end debug */
}
.tmbBottomCommonBaseline {
  /* Abstand zum "header" */
  bottom: 0.5em;
  border: 0px dotted red;
}
#container_vertical {
  /* div zum VERTIKALEN Positionieren (Weite orientiert sich an #container_horizontal) */
  top: 1rem;
  bottom: 1rem;
  /* beg debug */
  border: 0px dotted white !important;
  /* end debug */
}
/*************************************************/
/* end of                                        */
/* LESS: project_settings.less                   */
/*************************************************/
/*************************************************/
/* beg of                                        */
/* LESS: DT_A00.less                             */
/*                                               */
/* TOPMENU for desktops (more than 800px)        */
/* Hide it for tablets/smartphones and           */
/* appear a spezial HH menu                      */
/*                                               */
/*************************************************/
/*
  <!-- Begin parent item -->
  <li class=""> <a href="#">Parent Item</a>
  
    <!-- Begin Child Items Group-->
    <ul>
  
      <!-- Begin Child Item-->
      <li class=""> <a href="#">Child Item 1</a> </li>
        <!-- Begin Grand Child Items Group-->
        <ul>
      
          <!-- Begin Grand Child Item-->
          <li class=""> <a href="#">GrandChild Item 1</a> </li>
          <li class=""> <a href="#">GrandChild Item 2</a> </li>
          <li class=""> <a href="#">GrandChild Item 3</a> </li>
      
        </ul>
        <!-- End Child Items Group-->
      <li class=""> <a href="#">Child Item 2</a> </li>
      <li class=""> <a href="#">Child Item 3</a> </li>
  
    </ul>
    <!-- End Child Items Group-->
  
  </li>
  <!-- End parent item -->

*/
.navigationH-A00 ul {
  position: relative;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.navigationH-A00 ul li {
  float: left;
  position: relative;
}
.navigationH-A00 ul li a {
  float: left;
  display: block;
  padding: 4px;
  text-decoration: none;
  color: #486f38;
  background-color: #00b51a;
  margin-right: 1px;
}
.navigationH-A00 ul li a:hover,
.navigationH-A00 ul li:hover a {
  color: #00b51a;
  background-color: #486f38;
}
.navigationH-A00 ul ul {
  display: none;
}
.navigationH-A00 ul li:hover > ul {
  display: block;
}
.navigationH-A00 ul ul {
  position: absolute;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0px;
  top: 1.8em;
  width: max-content;
  background-color: #486f38;
  border: 1px solid black;
}
.navigationH-A00 ul ul li {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
  width: auto;
  color: #00b51a;
  background: transparent;
}
.navigationH-A00 ul ul li a,
.navigationH-A00 ul li:hover li a {
  line-height: 200%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  float: none;
  text-transform: lowercase;
  border: 1px solid transparent ;
  color: #00b51a;
  background: transparent;
}
.navigationH-A00 ul ul li a:hover,
.navigationH-A00 ul li:hover ul li a:hover {
  border: 1px solid gray ;
  color: #486f38;
  background-color: #00b51a;
}
.navigationH-A00 ul ul ul {
  display: none;
}
.navigationH-A00 ul ul li:hover > ul {
  display: block;
}
.navigationH-A00 ul ul ul {
  position: absolute;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0em;
  left: 100%;
  width: max-content;
  background-color: #486f38;
  border: 1px solid black;
}
.navigationH-A00 ul ul ul li {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
  width: auto;
  color: #00b51a;
  background: transparent;
}
.navigationH-A00 ul ul ul li a,
.navigationH-A00 ul ul li:hover li a {
  line-height: 200%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  float: none;
  text-transform: lowercase;
  border: 1px solid transparent;
  color: #00b51a;
  background: transparent;
}
.navigationH-A00 ul ul ul li a:hover,
.navigationH-A00 ul ul li:hover ul li a:hover {
  border: 1px solid gray ;
  color: #486f38;
  background-color: #00b51a;
}
.navigationH-A00 ul ul ul ul {
  display: none;
}
.navigationH-A00 ul ul ul li:hover > ul {
  display: block;
}
.navigationH-A00 ul ul ul ul {
  position: absolute;
  float: none;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0em;
  left: 100%;
  width: max-content;
  background-color: #486f38;
  border: 1px solid black;
}
.navigationH-A00 ul ul ul ul li {
  float: none;
  clear: none;
  margin: 0;
  padding: 0;
  width: auto;
  color: #00b51a;
  background: transparent;
}
.navigationH-A00 ul ul ul ul li a,
.navigationH-A00 ul ul ul li:hover li a {
  line-height: 200%;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  float: none;
  text-transform: lowercase;
  border: 1px solid transparent;
  color: #00b51a;
  background: transparent;
}
.navigationH-A00 ul ul ul ul li a:hover,
.navigationH-A00 ul ul ul li:hover ul li a:hover {
  border: 1px solid gray ;
  color: #486f38;
  background-color: #00b51a;
}
.OpenToRight ul ul {
  left: 0px;
}
.OpenToRight ul ul ul {
  left: 100%;
  right: unset;
}
.OpenToLeft ul ul {
  right: 0px;
}
.OpenToLeft ul ul ul {
  left: unset;
  right: 100%;
}
#navigationA00v {
  width: 400px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  /* CSS for each Parent Item */
  /* 
  Change background color and font color 
  of parent items when mouse hover 
  */
  /* 
  Applie to group of Child Items
  Each Child Item will be invisible by default
  */
  /* Each Child Item will be visible if mouse hover */
  /* 
  Reset and re style 
  link of each child item
  */
}
#navigationA00v li {
  clear: both;
  height: 2em;
}
#navigationA00v li a {
  float: left;
  display: block;
  padding: 4px;
  text-decoration: none;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 10px;
}
#navigationA00v li:hover a,
#navigationA00v li a:hover {
  background: #999;
  color: #fff;
}
#navigationA00v ul {
  display: none;
}
#navigationA00v li:hover ul {
  display: block;
}
#navigationA00v ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 4px 8px;
}
#navigationA00v ul li {
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  color: #999;
}
#navigationA00v li:hover ul li a,
#navigationA00v ul li a {
  display: inline;
  padding: 0 6px 0 0;
  float: none;
  text-transform: lowercase;
  color: #999;
  background: none;
}
#navigationA00v li:hover ul li a:hover,
#navigationA00v ul li a:hover {
  background: none;
  color: #000;
}
#topmenu_frame1 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 0 0 0;
  overflow: visible;
}
#topmenu_frame2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 0 0 0;
  overflow: visible;
}
/* =============================================================================*/
/* TOPMENUBOX: */
/* 
    Reihenfolge der Deklarationen sind wichtig! Angaben weiter unten überschreiben obere.
    .topmenubox:         Grundeinstellungen
    .tmbXXX:             Design der Buttons
    .tmbBottomLeft, ...: Positionierung der topmenubox (links/unten, rechts/unten, rechts/oben, ... )  
*/
.topmenubox {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 2050;
  /* Schrift innerhalb der topmenubox */
  font-family: 'fMenu', Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
}
/* Verschiedene Stile der Menüboxen/Menübuttons */
/* KEINE Positionierungen (links- oder rechts-bündig). Dies passiert in tmbBottomLeft/tmbBottomRight/... */
/* LESS */
.tmb100 {
  position: absolute;
  top: auto;
  1right: auto;
  /* siehe tmbBottomLeft/tmbBottomRight/... */
  bottom: 0px;
  1left: 0px;
  /* siehe tmbBottomLeft/tmbBottomRight/... */
  /* Nestet ul (ul ul ...) z.Zt. NIX */
}
.tmb100 nav {
  position: relative;
}
.tmb100 nav ul {
  list-style: none;
}
.tmb100 nav ul li {
  display: inline-block;
  float: left;
  width: 3em;
  height: 100%;
  margin-right: 4px;
  background-color: yellow;
  overflow: hidden;
  border: 1px dotted black;
}
.tmb100 nav ul li a {
  padding-top: 100%;
  padding-bottom: 100%;
  padding-left: 2px;
  padding-right: 2px;
  text-decoration: none;
  color: #486f38;
  background-color: transparent;
  background-color: yellowgreen;
}
.tmb100 nav ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: yellowgreen;
  background-color: #486f38;
}
.tmb100 nav ul ul {
  /* alle ul unter nav und einen weiteren ul !? */
  position: absolute;
  margin-top: 100px;
  list-style: none;
  border: 1px dotted red;
}
.tmb100 nav ul ul li {
  /* alle li unter nav ul !?*/
  display: inline-block;
  /* horizontal */
  1background-color: yellow;
}
.tmbBottomLeft {
  /* Gesamte Box linksbündig/unten */
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
  text-align: left;
  /* Sinnvoll, wenn umgebrochen wird. Dann sind die Items bündig. (Doof bei z.B. tmb100) */
}
.tmbBottomRight {
  /* Gesamte Box rechtsbündig/unten */
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
  text-align: right;
  /* Sinnvoll, wenn umgebrochen wird. Dann sind die Items bündig. (Doof bei z.B. tmb100) */
}
.tmbBottomCenter {
  /* to do */
}
.tmbBottomCommonBaseline {
  /* Gemeinsame Baseline zweier unabhängiger horizontaler Menüs */
  bottom: 0px;
  /* Der Text wird hier nach z.B. oben verschoben ! (baseline zu favoriteYEM-Graphik) */
}
.tmbTopLeft {
  /* Gesamte Box linksbündig/oben */
  position: absolute;
  top: 0px !important;
  right: auto !important;
  bottom: auto !important;
  left: 0px !important;
}
.tmbTopRight {
  /* Gesamte Box rechtsbündig/oben */
  position: absolute;
  top: 0px !important;
  right: 0px !important;
  bottom: auto !important;
  left: auto !important;
}
.tmbTopCenter {
  /* to do */
}
.tmbMiddleLeft {
  /* to do */
}
.tmbMiddleRight {
  /* to do */
}
.tmbMiddleCenter {
  /* to do */
}
@media only screen and (min-width: 20cm) {
  /* Zeige statt Text ein Logo NUR im Desktop-Menü */
  .topmenu1.index a {
    color: transparent;
    background-image: url(https://favorite-yem.de/theme/YEM01e/style/images/menu/icon_home.png);
    background-size: cover;
    background-clip: border-box;
    background-color: transparent;
    position: relative;
    display: inline-block;
    float: left;
    width: 2em;
    height: 2em;
    padding: 4px;
    bottom: -7px;
    border: 0px dotted red;
  }
  .topmenu1.index a:hover {
    color: transparent;
    background-color: transparent;
    background-image: url(https://favorite-yem.de/theme/YEM01d/style/images/menu/icon_home_highlight.png);
  }
}
@media only screen and (max-width: 20cm) {
  #header_div_hh #topmenu_frame1 {
    visibility: visible;
    border: 0px dotted red;
  }
  #1topmenu_frame2 {
    visibility: hidden;
  }
}
@media only screen and (max-width: 10cm) {
  #header_div_hh #topmenu_frame1 {
    visibility: visible;
    border: 0px dotted blue;
  }
  #1topmenu_frame2 {
    visibility: hidden;
  }
}
#trigger_check_l {
  position: absolute;
  left: -9999px;
  display: none;
  visibility: hidden;
}
/*************************************************/
/* end of                                        */
/* LESS: DT_A00.less                             */
/*************************************************/
/* still in LESS: project_header_menuDT.less              */
/*************************************************/
/* end of                                        */
/* LESS: project_header_menuDT.less              */
/*************************************************/
