/*************************************
* BOOTSTRAP OVERWRITES ***************
**************************************/
.bg-light {
  background-color: transparent !important; }

nav {
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1001; }
  nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  nav .navbar-toggler {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1.0rem;
    color: #004a99;
    border-color: transparent;
    padding: 0.25rem; }
    nav .navbar-toggler:hover {
      cursor: pointer; }

/******************************************************************
* RULES FOR MOBILE HORIZONTAL (< 480) *****************************
*******************************************************************/
* {
  hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto; }

html, body {
  height: 100%; }

html {
  overflow-y: scroll; }

.daga-title {
  font-size: 16px;
  text-align: right;
  text-transform: uppercase; }

.daga-header img {
  height: auto;
  width: 100%; }

#mainmenu button {
  display: none; }
#mainmenu .collapse {
  display: block !important;
  text-align: right; }
#mainmenu .navbar {
  padding: 0; }

/* MIDDLE LINE **********************/
.NavigationSpecial {
  height: 40px;
  background-color: #004a99; }
  .NavigationSpecial nav.navbar {
    position: absolute;
    top: -50px; }
  .NavigationSpecial nav .navbar-toggler-icon {
    color: #FFF; }
  .NavigationSpecial nav #navbar-collapse {
    background-color: #FFF;
    margin-top: 30px;
    width: 200px;
    text-align: left;
    padding: 10px;
    /* Arrow for sub menus */ }
    .NavigationSpecial nav #navbar-collapse .dropdown-toggle {
      margin: 0 10px; }
    .NavigationSpecial nav #navbar-collapse .dropdown-menu {
      border: none;
      list-style: square;
      color: #FFF;
      padding: 0 0 0 20px; }

/* LANGUAGE MENU *********************/
#language-menu {
  margin-top: 5px;
  margin-right: 40px;
  display: flex;
  list-style: none;
  padding: 0; }
  #language-menu span {
    display: block;
    width: 25px;
    margin-top: 2px;
    color: rgba(0, 0, 0, 0);
    height: 25px;
    text-indent: -9999px; }
  #language-menu #language-De {
    background: rgba(0, 0, 0, 0) url("../Images/de.gif") no-repeat scroll 0 0;
    margin-right: 10px; }
  #language-menu #language-En {
    background: rgba(0, 0, 0, 0) url("../Images/gb.gif") no-repeat scroll 0 0; }
  #language-menu .text-muted {
    filter: grayscale(100%); }

nav li a,
nav li a:hover {
  color: #004a99; }
nav li:hover {
  background: #d3d6ea none repeat scroll 0 0; }
nav li.current, nav li.active {
  background: #004a99; }
  nav li.current a, nav li.active a {
    color: #FFF;
    text-transform: inherit; }
nav li .dropdown-menu {
  background-color: transparent; }

#mainmenu {
  display: none; }

/* BREADCRUMB ************************/
.menu-breadcrumb {
  list-style: none;
  display: flex;
  justify-content: left;
  margin: 0;
  padding: 0; }
  .menu-breadcrumb li:nth-child(-n+20):after {
    content: '\007c';
    margin-right: 5px; }
  .menu-breadcrumb li:last-child:after {
    content: none; }

/* MAIN ******************************/
main {
  margin-top: 10px; }

/* FOOTER ****************************/
footer {
  width: 100%;
  margin: 25px auto 0;
  padding: 25px 0; }
  footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0; }
    footer ul li:nth-child(-n+20):after {
      content: '\007c';
      margin-right: 5px; }
    footer ul li:last-child:after {
      content: none; }

/******************************************************************
* RULES FOR MOBILE HORIZONTAL (< 768) *****************************
*******************************************************************/
@media (min-width: 768px) {
  nav {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bolder; }
    nav ul {
      list-style: outside none none;
      margin: 0;
      padding: 0; }
      nav ul ul {
        background-color: #d3d6ea; }
      nav ul li {
        line-height: 2em;
        margin: 0;
        transition: background 0.5s ease-out 0s; }
        nav ul li a,
        nav ul li a:hover {
          text-decoration: none;
          padding-right: 5px;
          line-height: 20px;
          display: inline-block;
          text-transform: inherit;
          color: #004a99; }
        nav ul li span {
          padding-right: 5px; }
        nav ul li:hover {
          background: #d3d6ea none repeat scroll 0 0; }
        nav ul li.current, nav ul li.active {
          background: #004a99; }
          nav ul li.current a, nav ul li.active a {
            color: #FFF;
            text-transform: inherit; }
          nav ul li.current .current,
          nav ul li.current .active, nav ul li.active .current,
          nav ul li.active .active {
            background-color: rgba(0, 74, 153, 0.7); }
          nav ul li.current span, nav ul li.active span {
            color: #FFF; }

  #mainmenu {
    display: block; }

  .NavigationSpecial nav {
    display: none; } }
/******************************************************************
* RULES FOR MOBILE HORIZONTAL (< 768) *****************************
*******************************************************************/
/* DEVELOPMENT ***********************/
/*
h2 {
  background-color: #80D0CA;
}

@media (min-width: 576px) {
  h2 {
    background-color: #CC66C2;
  }
}

@media (min-width: 768px) {
  h2 {
    background-color: #00bfff;
  }
}

@media (min-width: 992px) {

  h2 {
    background-color: #6C6FAA;
  }
}

@media (min-width: 1200px) {
  h2 {
    background-color: #D8B45A;

  }
}
*/

/*# sourceMappingURL=screen.css.map */
