/*
 * File: g:\linutronix\data\css\navigation_1-2-0.linutronix.css
 * Project: g:\linutronix\data\css
 * Created Date: Wednesday July 14th 2023 1:15:30
 * Last Modified: Saturday February 25th 2023 18:03:00
 * 2023-02-26 pm  customizied for linutronix
 * 2023-03-10 pm	weitere Anpassungen
 */
@media screen and (max-width: 1199px) {
  .container-fluid.navbarDT {
    display: none !important;
  }
}
.boxed {
  box-sizing: border-box;
}
.flyout {
  box-sizing: border-box;
  min-height: 98px;
  z-index: 99999;
  top: 0;
  left: 0;
  padding: 1rem 0 1rem 1rem;
  width: 100%;
  overflow: hidden;
  font-family: "Montserrat" !important;
  font-weight: 400;
}
.flyout li {
  margin-bottom: 0.75em;
}
.flyout a {
  line-height: 1;
  color: inherit;
  text-decoration: none;
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 479px) {
  .flyout a {
    font-size: 1.1em;
  }
}
.flyout a:hover,
.flyout a:active {
  color: #f29400;
}
.flyout a.icon-right-open {
  display: flex;
  position: relative;
  padding-right: 0.5em;
}
.flyout a.icon-right-open:before {
  content: "";
  margin: 0;
  width: 0;
}
.flyout a.icon-right-open:after {
  font-family: fontello;
  content: "\e84e";
  position: absolute;
  align-items: center;
  right: 0;
}
.flyout i {
  cursor: pointer;
  position: relative;
}
.flyout i.icon-left-open {
  font-style: normal;
  font-weight: 600;
  border-bottom: solid 1px gray;
  margin-bottom: calc(1rem / 2);
  display: block;
  line-height: 1;
  padding-bottom: 0.5em;
}
.flyout i.icon-left-open:before {
  font-weight: normal;
  margin-left: -0.1rem;
  margin-right: 0.5rem;
  font-size: 2rem;
}
.flyout i.icon-left-open.noBacklink:before {
  content: "";
  width: 0;
  margin: 0;
}
.flyout ul {
  box-sizing: border-box;
  list-style: none;
  clear: both;
  padding: 0 1rem 3rem 1rem;
  position: relative;
  top: 1rem;
  z-index: 1050;
  text-align: left;
  height: 100%;
  line-height: 1.5;
  display: none;
  width: 25%;
  background: rgba(255, 255, 255, 0.8);
}
.flyout ul.level_1 {
  margin-left: -16px;
  margin-top: 1em;
}
.flyout ul ul {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1040;
}
.flyout ul ul ul {
  z-index: 1030;
}
.flyout ul ul ul ul {
  z-index: 1020;
}
.flyout .activ1 > a,
.flyout .activ2 > a,
.flyout .activ3 > a,
.flyout .activ4 > a {
  color: #f29400;
}
.flyout .logo {
  width: 100%;
  max-width: 214px;
}
@media (max-width: 991px) {
  .flyout .col-4:nth-child(2) img {
    margin-right: 16px;
  }
}
@media (max-width: 479px) {
  .flyout .icon-search + form {
    top: 1.6rem;
  }
  .flyout .col-4:nth-child(2) a {
    padding: 0;
  }
}
#icon_menu {
  color: transparent;
  width: 3.5rem;
  height: 2rem;
  position: relative;
  top: 0.8rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}
#icon_menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#icon_menu span:nth-child(1) {
  top: 0px;
}
#icon_menu span:nth-child(2) {
  top: 15px;
}
#icon_menu span:nth-child(3) {
  top: 30px;
}
#icon_menu.mOpen {
  color: transparent;
}
#icon_menu.mOpen span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#icon_menu.mOpen span:nth-child(2) {
  display: none;
}
#icon_menu.mOpen span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media (max-width: 991px) {
  .flyout ul {
    width: 50%;
  }
  .flyout ul ul ul {
    left: 100%;
  }
  .flyout .col-4 {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .flyout ul {
    width: 100%;
  }
}
