@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,
#sidebarNavigation section#informationen div.submenu {
  border-bottom: 2px dotted #004985;
}
#sidebarNavigation section#informationen li.submenu {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#sidebarNavigation
  section#informationen
  div.submenu.clicked
  div.menu_header_ifsub::after {
  display: inline-block;
  transform: rotate(90deg);
  transition: all 0.2s ease-in;
}

#sidebarNavigation section#informationen div.menu_header_ifsub::after,
#sidebarNavigation section#informationen div.menu_header_actifsub::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  content: '\f105';
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
  float: right;
}

#sidebarNavigation section#informationen .dropdown-content li: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,
#sidebarNavigation section#myIMC a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-decoration: none;
}
#sidebarNavigation section#informationen a::before,
#sidebarNavigation section#informationen .menu_header_ifsub::before,
#sidebarNavigation section#myIMC a::before,
#sidebarNavigation section#informationen .menu_header_actifsub::before {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  content: '\f0da';
  margin-right: 16px;
}

#myIMC #myImcBtnWrapper {
  width: 100%;
  height: 50px;
}

#myIMC #myImcBtnWrapperText {
  font-size: 1.5rem;
}

#myIMC a::before {
  content: '' !important;
}

#sidebarNavigation section#informationen .menu_header_ifsub,
#sidebarNavigation section#informationen .menu_header_actifsub {
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  font-size: 1rem;
  color: #004884;
  font-weight: 600;
  cursor: pointer;
}

#sidebarNavigation section#informationen .menu_header_actifsub {
  font-size: 1.1rem;
}

#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,
#sidebarNavigation section#informationen div.submenu .dropdown-content a {
  border-bottom: 2px dotted #004782;
  display: inline-block;
  width: 100%;
}
#sidebarNavigation section#informationen li.submenu .dropdown-content a::after,
#sidebarNavigation
  section#informationen
  div.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 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,
header#mainNavigation section#topNavigation.scrolled div.content {
  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%;

  background: #fff;
  max-height: unset !important;
}

header#mainNavigation
  section#topNavigation
  div.content
  div.topNavigationButton:hover {
  background-color: #6aacf8;
  color: #3a4246 !important;
}

header#mainNavigation
  section#topNavigation.scrolled
  div.content
  div.topNavigationButton {
  background-color: #5288c6;
}

header#mainNavigation
  section#topNavigation.scrolled
  div.content
  div.topNavigationButton:hover {
  background-color: #6aacf8;
  color: #3a4246 !important;
}

header#mainNavigation section#topNavigation div.content section {
  color: #fff;
  margin-top: 7px;
  padding-bottom: 38px;
}

header#mainNavigation section#topNavigation div.content section img {
  height: 35px;
  width: auto;
}

#myIMCMobile {
  display: none;
  margin-top: 18px;
  margin-left: 2rem;
}

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: flex-start;
  justify-content: center;
  width: 50px;
  text-align: left;
}
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;
  font-weight: normal;
}
header#mainNavigation
  section#topNavigation
  section#languageSelector
  span.curlang
  span {
  font-weight: 600;
}
header#mainNavigation section#topNavigation section ul li {
  display: inline-block;
  margin-left: 0.5rem;
}
header#mainNavigation section#topNavigation ul#topNavigationRightBar {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin-right: 60px;
  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: 40px 0 0 0;
}
header#mainNavigation section#headLogo img {
  /*
  width: 520px;
  height: 130px;
  */
}

#myImcBtnWrapper,
.topNavigationButton {
  color: #fff !important;
  background-color: #003d72;
  background-color: #003d72;
  background-color: #003d72;
  float: right;
  height: 30px;
  margin: -7px 0px;
  padding: 0 0 0 15px;
  line-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 107px;
  font-family: 'NotoSansRegular';
  letter-spacing: 0.004em;
  transition: background-color ease-in 0.3s;
  font-size: 0.75rem;
}

.topNavigationButton {
  padding: 0 10px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

#myImcBtnWrapperIcon {
  background-color: #5288c6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header#mainNavigation navigation#hauptnavigation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90px;
  /*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,
header#mainNavigation
  navigation#hauptnavigation
  div.dropdown-content
  a:hover
  div {
  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;
}

navigation#hauptnavigation div.submenu 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.submenu
  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;
}

#sidebarNavigation section#informationen div.submenu .dropdown-content {
  max-height: 0;
  overflow: hidden;
  margin-left: 2rem;
  max-width: 0;
}

#sidebarNavigation section#informationen div.submenu .dropdown-content.visible {
  max-height: -moz-fit-content;
  max-height: fit-content;
  max-width: 95%;
}

#topBarLogoWhite.hidden {
  display: none;
}

#topBarLogoWhite.hidden {
  display: inline-flex;
}

/** 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;
}

.top-level-menu > li {
  position: relative;
  float: left;
  height: 80px;
  width: auto;
}

.top-level-menu li a {
  padding: 0.5rem;
  transition: padding, background-color 0.3s ease-in-out;
}

.top-level-menu li:hover a {
  background-color: #5288c6;

  transition: padding, background-color 0.3s ease-in-out;
}

.top-level-menu li:hover > ul {
  /* On hover, display the next level's menu */
  display: inline;
}

.top-level-menu {
  list-style: none;
  padding: 0;
  margin: 0;

  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.top-level-menu .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: 78%;
  left: 43%;
}

.second-level-menu li.active {
  background-color: #3c6ca0;
  transition: all 0.25s ease-in-out;
}

ul.second-level-menu li a {
  background-color: rgba(0, 0, 0, 0) !important;
}

ul.second-level-menu li a:hover {
  background-color: #5288c6 !important;
}

.second-level-menu li.active::after {
  content: '';
  border-left: unset;
  border-right: unset;
  border-bottom: unset;
  border-top: unset;
}

.second-level-menu > li {
  position: relative;
}

.second-level-menu {
  position: absolute;
  top: 90px;
  left: 0;
  min-width: 300px;
  width: 25%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}

.third-level-menu > li {
  height: 70px;
}

.third-level-menu {
  position: absolute;
  top: 0;
  right: -250px;
  width: 250px;
  list-style: none;
  padding: 0;
  margin: 0;
  height: fit-content;
  display: none;
}

.top-level-menu a,
.second-level-menu a,
.third-level-menu a {
  font-family: 'UbuntuRegular';
  font-weight: 100;
  display: inline-flex;
  height: 100%;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 90px;
}

.second-level-menu a,
.third-level-menu a {
  height: 70px;
}

.second-level-menu a,
.third-level-menu a {
  border-bottom: 1px dotted #ffffff;
  transition: all 0.4s ease-in-out;
}

.second-level-menu .next-level,
.third-level-menu .next-level {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.second-level-menu .next-level::after,
.third-level-menu .next-level::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  color: #fff;
  content: '\f0da';
  margin-right: 0.25rem;
}

.second-level-menu,
.third-level-menu {
  background: linear-gradient(#003d72, #004782);
}

@media screen and (max-width: 900px) {
  #myIMCMobile {
    display: block;
  }

  #topBarLogoWhite {
    display: none !important;
  }

  .language_select_wrapper {
    padding-left: inherit;
  }
  .select_options {
    /* left: -4rem !important; */
  }
  header#mainNavigation section#topNavigation div.content {
    background: linear-gradient(#323844, #004782) !important;
  }

  #myIMCMobile #myImcBtnWrapperText,
  #myIMCMobile #myImcBtnWrapper {
    background-color: #5288c6;
  }
}

@media screen and (max-width: 500px) {
  #myIMCMobile {
    margin-right: 2rem;
  }
}

.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: -270%;
  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;
}

#sidebarNavigation
  section#informationen
  div.menu_header_ifsub
  .dropdown-content {
  max-height: 0;
  overflow: hidden;
  margin-left: 2rem;
  max-width: 0;
}

@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: 5px;
  }
} /*# sourceMappingURL=navigation.css.map */

/** Footer **/
footer a {
  font-weight: normal;
}

footer ul li {
  margin-bottom: 0.25rem;
}

footer header {
  font-weight: bold;
}

.socialMediaWrapper {
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
}

footer .socialMedia {
  font-size: 2.5rem;
  padding: 0 0.5rem;
  margin-left: 2rem;
}

footer .socialMediaWrapper img:first-of-type {
  margin-right: 1rem;
}

footer img {
  padding: 0.5rem 0;
}

footer p.footerHeading {
  margin-top: 0;
}

footer .parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

footer .parent div:not(.frame) {
  display: inline;
  vertical-align: top;
  margin-top: 1rem;
}
footer .div1 {
  grid-area: 1 / 1 / 2 / 2;
}
footer .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
footer .div3 {
  grid-area: 2 / 1 / 3 / 2;
}
footer .div4 {
  grid-area: 2 / 2 / 3 / 3;
}
footer .div5 {
  grid-area: 3 / 1 / 4 / 3;
}

@media all and (max-width: 900px) {
  .parent {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(1, 1fr) !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
  }

  .div1 {
    grid-area: 1 / 1 / 2 / 2 !important;
  }
  .div2 {
    grid-area: 2 / 1 / 3 / 2 !important;
  }
  .div3 {
    grid-area: 3 / 1 / 4 / 2 !important;
  }
  .div4 {
    grid-area: 4 / 1 / 5 / 2 !important;
  }
  .div5 {
    grid-area: 5 / 1 / 6 / 2 !important;
  }

  footer .socialMediaWrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  footer .socialMediaWrapper img {
    height: auto !important;
    width: auto !important;
    margin-top: 1rem;
  }

  footer .socialMedia {
    margin-left: 0;
    margin-top: 1.5rem;
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
}
