@charset "UTF-8";
/**
 * Variablen
**/
/**
 ** NAVIGATION
**/
#sidebarNavigation {
  position: fixed;
  left: -100%;
  top: 17px;
  width: 50vw;
  height: 95vh;
  background-color: #ffffff;
  overflow: scroll;
  border-top: 3px solid #3c6ca0;
  border-right: 3px solid #3c6ca0;
  z-index: 100;
  transition: left 0.4s ease-in-out;
}
#sidebarNavigation.visible {
  display: block;
  left: 0;
  transition: left 0.4s ease-in-out;
}
#sidebarNavigation img {
  margin-top: 1rem;
  max-width: 90%;
  height: auto;
}
#sidebarNavigation section#myIMC {
  margin: 2rem 0;
  border-bottom: 2px solid #1a1a1a;
}
#sidebarNavigation section#informationen li {
  border-bottom: 2px dotted #004985;
  list-style-type: none;
}
#sidebarNavigation section#informationen li.submenu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#sidebarNavigation section#informationen .dropdown-content a:first-of-type {
  border-top: 2px dotted #004985;
}
#sidebarNavigation section#informationen .dropdown-content a:last-of-type {
  border-bottom: none !important;
}
#sidebarNavigation section#informationen li.submenu a::after {
  transform: rotate(0);
  transition: transform ease-in-out 0.2s;
  height: 1rem;
}
#sidebarNavigation section#informationen li.submenu.clicked a::after {
  transform: rotate(90deg);
  transition: transform ease-in-out 0.2s;
}
#sidebarNavigation section#informationen li.submenu .dropdown-content {
  max-height: 0;
  overflow: hidden;
  margin-left: 2rem;
  max-width: 0;
}
#sidebarNavigation section#informationen li.submenu .dropdown-content.visible {
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: 95%;
}
#sidebarNavigation section#informationen a,
#sidebarNavigation section#myIMC a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}
#sidebarNavigation section#informationen a::before,
#sidebarNavigation section#myIMC a::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0da";
  margin-right: 16px;
}
#sidebarNavigation section#informationen li.submenu a::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f105";
  float: right;
}
#sidebarNavigation section#informationen li.submenu .dropdown-content a {
  border-bottom: 2px dotted #004782;
  display: inline-block;
  width: 100%;
}
#sidebarNavigation section#informationen li.submenu .dropdown-content a::after {
  content: "";
}

header#mainNavigation {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
header#mainNavigation a {
  font-size: 15.5px !important;
}
header#mainNavigation section#topNavigation {
  position: fixed;
  top: 0;
  background-color: #ffffff;
  width: 100%;
  /* max-width: $contentMaxWidth; */
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  z-index: 75;
}
header#mainNavigation section#topNavigation.scrolled {
  background: linear-gradient(#323844, #003d72);
}
header#mainNavigation section#topNavigation.scrolled a {
  color: #fff !important;
}
header#mainNavigation section#topNavigation div.content {
  display: inline-flex;
  flex-direction: row-reverse;
  align-content: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 900px;
  height: 50px;
  width: 90%;
}
header#mainNavigation section#topNavigation div.content section {
  color: #fff;
  margin-top: 10px;
  padding-bottom: 38px;
}
header#mainNavigation section#topNavigation div.content a {
  color: #81a3d1;
  text-decoration: none;
}
header#mainNavigation section#topNavigation img.small {
  display: none;
  max-height: 40px;
  width: auto;
}
header#mainNavigation section#topNavigation img.small.visible {
  display: block;
}
header#mainNavigation section#topNavigation section#toggleMobileMenu {
  display: none;
}
header#mainNavigation section#topNavigation section#toggleMobileMenu::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  content: "\f0c9";
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  margin-left: 1rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
header#mainNavigation section#topNavigation section#languageSelector {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  position: absolute;
}
header#mainNavigation section#topNavigation section#languageSelector a {
  color: #ffffff;
}
header#mainNavigation section#topNavigation section ul li {
  display: inline-block;
  margin-left: 0.5rem;
}
header#mainNavigation section#topNavigation ul#topNavigationRightBar {
  display: flex;
  align-items: center;
  padding-top: 8px;
  justify-content: flex-end;
  text-align: right;
  margin-right: 125px;
  height: 100%;
}
header#mainNavigation section#topNavigation ul#topNavigationRightBar li {
  list-style: none;
}
header#mainNavigation section#topNavigation ul#topNavigationRightBar li a {
  text-decoration: none;
  font-weight: 100;
}
header#mainNavigation section#topNavigation .switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  z-index: 100;
}
header#mainNavigation section#topNavigation .switch-lang:hover .lang-dropdown {
  display: block;
}
header#mainNavigation section#topNavigation .switcher-link {
  color: #fff;
}
header#mainNavigation section#topNavigation .switcher-link:hover {
  color: #fff;
}
header#mainNavigation section#topNavigation .current-lang {
  display: inline-flex;
  background: #004985;
  padding: 3px 5px 0px 5px;
  border-radius: 5px;
  height: 35px;
  color: #fff;
  z-index: 50;
}
header#mainNavigation section#topNavigation .lang-flag {
  width: 20px;
  display: inline-block;
}
header#mainNavigation section#topNavigation .lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px;
  color: #fff;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
            supported by Chrome, Edge, Opera and Firefox */
}
header#mainNavigation section#topNavigation .lang-dropdown {
  display: none;
  background: #3c6ca0;
  border-radius: 5px;
  margin-top: 2px;
  z-index: 100;
}
header#mainNavigation section#topNavigation .selecting-lang {
  display: inline-flex;
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
header#mainNavigation section#topNavigation .selecting-lang:hover {
  background: #22313f;
}
header#mainNavigation section#topNavigation ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
header#mainNavigation section#topNavigation ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
header#mainNavigation section#topNavigation li {
  list-style-type: none;
}
header#mainNavigation section#topNavigation .menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}
header#mainNavigation section#headLogo {
  width: 100%;
  text-align: center;
  margin: 70px 0 0 0;
}
header#mainNavigation section#headLogo img {
  width: 520px;
  height: 130px;
}
header#mainNavigation navigation#hauptnavigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  /*background: linear-gradient(#223856, #004985);*/
  background: linear-gradient(#003d72, #004782);
  border-bottom: 10px solid #5288c6;
  text-align: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  z-index: 50;
}
header#mainNavigation navigation#hauptnavigation div {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 100%;
  line-height: 100%;
  color: #fff;
  z-index: 5;
  vertical-align: middle;
  transition: all 0.4s ease-in-out;
}
header#mainNavigation navigation#hauptnavigation div .active {
  background-color: orange;
}
header#mainNavigation navigation#hauptnavigation div:hover {
  background-color: #3c6ca0;
  transition: all 0.25s ease-in-out;
}
header#mainNavigation navigation#hauptnavigation div a {
  font-family: "UbuntuRegular";
  font-weight: 100;
  padding: 0.5rem;
  display: inline-flex;
  height: 100%;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
header#mainNavigation navigation#hauptnavigation div.active::after {
  position: absolute;
  content: "\a";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #5288c6;
  margin-top: 8px;
  top: 75%;
  left: 43%;
}
header#mainNavigation navigation#hauptnavigation div:hover div.dropdown-content {
  max-width: 50vw;
  height: -moz-fit-content;
  height: fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  border-top: 10px solid #5288c6;
  background: linear-gradient(#223856, #004985);
  transition: max-height 0.75s ease-in-out;
}
header#mainNavigation navigation#hauptnavigation div:hover div.dropdown-content a {
  display: block;
  height: auto;
}
header#mainNavigation navigation#hauptnavigation div div.dropdown-content {
  position: absolute;
  display: block;
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 1;
  transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
}
header#mainNavigation navigation#hauptnavigation div div.dropdown-content a {
  font-size: 0.85rem;
  height: 3rem;
  border-bottom: 1px dotted #ffffff;
  transition: all 0.4s ease-in-out;
}
header#mainNavigation navigation#hauptnavigation div div.dropdown-content a:hover {
  background-color: #3c6ca0;
}
header#mainNavigation navigation#hauptnavigation section {
  width: 100%;
  max-width: 900px;
  display: inline-flex;
  margin-top: 0;
  padding-bottom: 0;
  height: 60px;
  justify-content: space-between;
}

/** Sprachauswahl **/
/* Hier was von Lukas überschrieben 
 kann wahrscheinlich auch so gelöst werden dass zur Klasse StickyHeader der Zusatz div rausgenommen wird da sonst jedes div 100% width hat */
.stickyHeader div {
  width: inherit;
}

.language_select_wrapper {
  padding-block: inherit;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 1.5rem;
}

@media screen and (max-width: 840px) {
  .language_select_wrapper {
    padding-left: inherit;
  }
  .select_options {
    left: -4rem !important;
  }
}
.language_select_wrapper img {
  width: 1rem;
  height: 1rem !important;
}

.language_select {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 2rem;
}

.language_options > a {
  color: #fff;
}

.select_trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding-right: 0.2rem;
}

.select_trigger .select_arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #004985;
  margin-left: 0.5rem;
}
.select_trigger .select_arrow.scrolled {
  border-top: 5px solid #ffffff;
}

.select_options {
  position: absolute;
  top: 140%;
  right: 0;
  left: 0;
  display: none;
  flex-direction: column;
  width: 100%;
  z-index: 1000;
  color: #fff;
}

.language_options {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 10rem;
  padding-block: 0.5rem;
  background-color: #6e92c4;
}

.language_options img {
  margin-inline: 0.5rem;
}

.language_select.open .select_options {
  display: flex;
}

.language_options.selected {
  background-color: #004684;
}

.language_options:hover {
  background-color: #344e7e;
}

@media screen and (max-width: 900px) {
  .select_trigger .select_arrow {
    border-top: 5px solid #fff;
  }
  section#toggleMobileMenu {
    display: inline !important;
  }
  .nomobile {
    display: none !important;
  }
  navigation#hauptnavigation {
    display: none !important;
  }
  section#headLogo {
    display: none !important;
  }
  section#topNavigation {
    background: linear-gradient(#323844, #004782);
    margin-bottom: 2rem !important;
  }
  section#sidebarNavigation {
    width: 100vw !important;
  }
  /* h1 {
  	margin-top: 4rem;
  } */
  header#mainNavigation section#topNavigation a {
    color: #fff !important;
  }
  header#mainNavigation section#topNavigation section#languageSelector {
    margin-top: 20px;
    margin-right: 20px;
  }
}
@media screen and (min-width: 901px) {
  #sidebarNavigation.visible {
    display: none;
  }
}/*# sourceMappingURL=navigation.css.map */