html {
  background-color: #fff;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.container {
  margin: auto;
  max-width: calc(1200px + 4rem);
  padding-left: 1rem;
  padding-right: 1rem;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (min-width: 720px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 720px) {
  #content-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc(100% + 2rem);
  }
}

@media only screen and (min-width: 720px) {
  .one-sidebar.sidebar-second #content {
    width: calc(75% - 1.75rem);
    float: left;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 960px) {
  .one-sidebar.sidebar-second #content {
    width: calc(66.6666666667% - 1.6666666667rem);
    float: left;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 720px) {
  .one-sidebar.sidebar-first #content {
    width: calc(75% - 1.75rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(25% - 1.25rem + 2rem);
  }
}
@media only screen and (min-width: 960px) {
  .one-sidebar.sidebar-first #content {
    width: calc(75% - 1.75rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(25% - 1.25rem + 2rem);
  }
}
@media only screen and (min-width: 720px) {
  .two-sidebars #content {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(25% - 1.25rem + 2rem);
  }
}
@media only screen and (min-width: 960px) {
  .two-sidebars #content {
    width: calc(41.6666666667% - 1.4166666667rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(25% - 1.25rem + 2rem);
  }
}

@media only screen and (min-width: 720px) {
  #sidebar-first {
    width: calc(25% - 1.25rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(-75% - 0.25rem + 2rem);
  }
  .one-sidebar.sidebar-first #sidebar-first {
    margin-left: calc(-100% - 0rem + 2rem);
  }
}
@media only screen and (min-width: 960px) {
  #sidebar-first {
    width: calc(25% - 1.25rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(-66.6666666667% - 0.3333333333rem + 2rem);
  }
  .one-sidebar.sidebar-first #sidebar-first {
    margin-left: calc(-100% - 0rem + 2rem);
  }
}

@media only screen and (min-width: 720px) {
  #sidebar-second {
    width: calc(25% - 1.25rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(0% - 1rem + 2rem);
  }
}
@media only screen and (min-width: 960px) {
  #sidebar-second {
    width: calc(33.3333333333% - 1.3333333333rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(0% - 1rem + 2rem);
  }
}

#footer,
#sidebar-first,
#sidebar-second,
#navigation {
  background: #ddd;
}

#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both;
}

.metamenu {
  background: #2494db;
  color: #fff;
}
.metamenu .menu {
  display: flex;
  justify-content: flex-end;
}
.metamenu .menu a {
  color: #fff;
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
}

#header {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 1px rgba(1, 1, 1, 0.2);
}
#header div#menu-container {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  /*
    @media only screen and (min-width: 1600px) {
        .empty-wrapper {
            display: initial;
            width: calc(100%/3);
        }
    }
  */
}
#header div#menu-container .empty-wrapper {
  display: none !important;
}
#header div#menu-container #branding-region {
  margin-left: 1rem;
  width: 85%;
  text-align: center;
  margin-left: 0;
  max-height: 82px;
}
#header div#menu-container #branding-region .site-logo {
  display: block;
  background-color: unset;
}
#header div#menu-container #branding-region .site-logo:hover {
  box-shadow: none;
}
#header div#menu-container #branding-region .site-logo img {
  max-height: 4rem;
  /*@media only screen and (min-width: 960px) {
    max-height: 82px;
  }*/
}
@media only screen and (min-width: 480px) {
  #header div#menu-container #branding-region {
    margin-left: 1rem;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (min-width: 720px) {
  #header div#menu-container #branding-region {
    width: 40%;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  #header div#menu-container #branding-region {
    width: 25%;
  }
}
@media only screen and (min-width: 1600px) {
  #header div#menu-container #branding-region {
    width: 33.3333333333%;
  }
}
#header div#menu-container #header-region {
  -ms-flex: 1;
  flex: 1;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  position: initial;
}
#header div#menu-container #header-region .menu--account a:hover, #header div#menu-container #header-region .menu--account a:focus {
  background-color: #999;
  color: #222;
}
#header div#menu-container #header-region .menu {
  display: block;
  margin-top: 0;
  background-color: #fff;
  float: initial;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu {
    display: flex;
    justify-content: flex-end;
  }
}
#header div#menu-container #header-region .menu li.menu-item--active-trail {
  text-decoration: underline;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li.menu-item--active-trail {
    text-decoration: none;
  }
}
#header div#menu-container #header-region .menu li.sf-expanded > a .sf-sub-indicator {
  transform: rotate(90deg);
}
#header div#menu-container #header-region .menu li.sf-depth-1:hover > span, #header div#menu-container #header-region .menu li.sf-depth-1:hover > a {
  background: #174374;
  color: #fff;
  font-family: "Lato", sans-serif;
}
#header div#menu-container #header-region .menu li.sf-depth-1:hover > span .sf-sub-indicator, #header div#menu-container #header-region .menu li.sf-depth-1:hover > a .sf-sub-indicator {
  background: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10529 8.10498L2.47372 16.105L0.894775 14.8418L6.36845 8.10498L0.894775 1.36814L2.47372 0.10498L9.10529 8.10498Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") center center no-repeat;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li.sf-depth-1:hover > span .sf-sub-indicator, #header div#menu-container #header-region .menu li.sf-depth-1:hover > a .sf-sub-indicator {
    background: none;
  }
}
#header div#menu-container #header-region .menu li.sf-depth-1:hover > span {
  cursor: default;
}
#header div#menu-container #header-region .menu li.sf-depth-1.active-trail > a,
#header div#menu-container #header-region .menu li.sf-depth-1 .active-trail > a {
  text-decoration: underline;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li.sf-depth-1.active-trail > a,
  #header div#menu-container #header-region .menu li.sf-depth-1 .active-trail > a {
    text-decoration: none;
  }
}
#header div#menu-container #header-region .menu li.sf-depth-2.active-trail > a,
#header div#menu-container #header-region .menu li.sf-depth-2 .active-trail > a {
  text-decoration: underline;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li.sf-depth-2.active-trail > a,
  #header div#menu-container #header-region .menu li.sf-depth-2 .active-trail > a {
    background: #0d77b5;
    text-decoration: none;
    color: #fff;
  }
}
#header div#menu-container #header-region .menu li.sf-depth-2 a:hover {
  background: #2494db;
  color: #fff;
}
#header div#menu-container #header-region .menu li.sf-depth-2 a:hover .sf-sub-indicator {
  background: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10529 8.10498L2.47372 16.105L0.894775 14.8418L6.36845 8.10498L0.894775 1.36814L2.47372 0.10498L9.10529 8.10498Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") center center no-repeat;
}
#header div#menu-container #header-region .menu li > a,
#header div#menu-container #header-region .menu li > span {
  color: #222;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1em;
  background-color: #174374;
  font-family: "Lato", sans-serif;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li > a,
  #header div#menu-container #header-region .menu li > span {
    border-bottom: 0;
    padding: 0.75rem 1em;
    font-size: 0.8rem;
    background-color: transparent;
  }
}
#header div#menu-container #header-region .menu li > a:hover, #header div#menu-container #header-region .menu li > a:focus,
#header div#menu-container #header-region .menu li > span:hover,
#header div#menu-container #header-region .menu li > span:focus {
  background-color: #999;
}
#header div#menu-container #header-region .menu li a.sf-depth-1,
#header div#menu-container #header-region .menu li span.sf-depth-1 {
  text-transform: initial;
  text-align: center;
  color: white;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li a.sf-depth-1 .sf-sub-indicator,
  #header div#menu-container #header-region .menu li span.sf-depth-1 .sf-sub-indicator {
    display: none;
  }
}
@media only screen and (min-width: 960px) {
  #header div#menu-container #header-region .menu li a.sf-depth-1,
  #header div#menu-container #header-region .menu li span.sf-depth-1 {
    color: black;
  }
}
#header div#menu-container #header-region .menu li .sf-clone-parent > a.sf-depth-1,
#header div#menu-container #header-region .menu li a.sf-depth-2 {
  background-color: #ddd;
  padding-left: 3rem;
  color: #222;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li .sf-clone-parent > a.sf-depth-1,
  #header div#menu-container #header-region .menu li a.sf-depth-2 {
    background-color: #ddd;
    border-bottom: 1px solid #999;
    padding-left: 1rem;
  }
}
#header div#menu-container #header-region .menu li .sf-clone-parent > a.sf-depth-1 .sf-sub-indicator,
#header div#menu-container #header-region .menu li a.sf-depth-2 .sf-sub-indicator {
  background: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10529 8.10498L2.47372 16.105L0.894775 14.8418L6.36845 8.10498L0.894775 1.36814L2.47372 0.10498L9.10529 8.10498Z' fill='%23004f9f'/%3E%3C/svg%3E%0A") center center no-repeat;
}
#header div#menu-container #header-region .menu li .sf-clone-parent > a.sf-depth-2,
#header div#menu-container #header-region .menu li a.sf-depth-3 {
  padding-left: 2.5em;
  padding-left: 5rem;
  background-color: #2494db;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu li .sf-clone-parent > a.sf-depth-2,
  #header div#menu-container #header-region .menu li a.sf-depth-3 {
    background-color: #0d77b5;
    padding-left: 1em;
    border-bottom: 1px solid #2494db;
  }
}
#header div#menu-container #header-region .menu li .sf-clone-parent > a.sf-depth-2 .sf-sub-indicator,
#header div#menu-container #header-region .menu li a.sf-depth-3 .sf-sub-indicator {
  background: url("data:image/svg+xml,%3Csvg width='10' height='17' viewBox='0 0 10 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10529 8.10498L2.47372 16.105L0.894775 14.8418L6.36845 8.10498L0.894775 1.36814L2.47372 0.10498L9.10529 8.10498Z' fill='%23004f9f'/%3E%3C/svg%3E%0A") center center no-repeat;
}
#header div#menu-container #header-region .menu > li.active-trail {
  position: relative;
}
@media (min-width: 960px) {
  #header div#menu-container #header-region .menu > li.active-trail:after {
    content: "";
    left: 10%;
    width: 80%;
    border-bottom: 3px solid #2494db;
    position: absolute;
    bottom: 7px;
  }
}
@media only screen and (min-width: 960px) {
  #header div#menu-container #header-region {
    flex: 1;
    flex-direction: initial;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 1%;
    top: 30%;
  }
}
#header > .container {
  display: flex;
}
#header > .container {
  display: flow-root;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 960px) {
  #header > .container {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#header > .container:after {
  content: none;
}
#header input#mobilemenu {
  display: none;
}
#header label.mobile-icon {
  position: absolute;
  z-index: 200;
  right: 0;
  margin-bottom: 0;
}
#header label.mobile-icon:after, #header label.mobile-icon:before {
  content: none;
}
@media (min-width: 960px) {
  #header label.mobile-icon {
    display: none;
  }
}
#header .mobile-icon {
  background: transparent;
  cursor: pointer;
  display: block;
  height: 54px;
  padding: 16px;
  width: 60px;
}
#header .mobile-icon .menuicon,
#header .mobile-icon .menuicon::before,
#header .mobile-icon .menuicon::after {
  background: #0d4275;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  width: 28px;
}
#header .mobile-icon .menuicon {
  left: 16px;
  top: 25px;
}
#header .mobile-icon .menuicon::before {
  top: -9px;
}
#header .mobile-icon .menuicon::after {
  top: 9px;
}
#header .mobile-icon:hover .menuicon, #header .mobile-icon:hover .menuicon::before, #header .mobile-icon:hover .menuicon::after {
  background: #2494db;
}
#header #mobilemenu:checked + .mobile-icon .menuicon {
  background: transparent;
}
#header #mobilemenu:checked + .mobile-icon .menuicon::before {
  transform: rotate(45deg);
}
#header #mobilemenu:checked + .mobile-icon .menuicon::after {
  transform: rotate(-45deg);
}
#header #mobilemenu:checked + .mobile-icon .menuicon::before,
#header #mobilemenu:checked + .mobile-icon .menuicon::after {
  top: 0;
  transition: top ease 0.3s, transform ease 0.3s 0.3s;
}
@media (max-width: 959px) {
  #header .menu-wrapper {
    background: #FFF;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 2px solid #999;
    transition: transform 0.5s ease;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translateX(100%);
  }
  #header #mobilemenu:checked ~ .menu-wrapper {
    transform: translateX(0);
  }
}
#header .menu-wrapper .sf-accordion-toggle {
  display: none;
}
#header .menu-wrapper #superfish-main-accordion {
  background: initial !important;
  clip: initial !important;
  border: initial !important;
  position: initial !important;
  height: initial !important;
  margin: initial !important;
  overflow: initial !important;
  padding: initial !important;
  width: initial !important;
}

.sticky-header {
  position: fixed;
  z-index: 10;
}

main,
#main {
  margin-top: 4.4rem;
  padding-bottom: 3rem;
  background: #fff;
}
#footer #footer-header {
  background-color: #174374;
  padding-top: 1rem;
}
#footer #footer-header .container {
  display: flex;
}
#footer #footer-header .container #footer-header-empty-spacer {
  width: 10%;
}
@media only screen and (min-width: 620px) {
  #footer #footer-header .container #footer-header-empty-spacer {
    width: 23%;
  }
}
@media only screen and (min-width: 920px) {
  #footer #footer-header .container #footer-header-empty-spacer {
    width: 30%;
  }
}
#footer #footer-header .container #footer-header-spacer {
  width: 35%;
}
#footer #footer-header .container #footer-header-spacer #footer-header-spacer-top-left,
#footer #footer-header .container #footer-header-spacer #footer-header-spacer-top-right {
  padding: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6588235294);
}
@media only screen and (min-width: 620px) {
  #footer #footer-header .container #footer-header-spacer {
    width: 23%;
  }
}
@media only screen and (min-width: 920px) {
  #footer #footer-header .container #footer-header-spacer {
    width: 15%;
  }
}
#footer #footer-header .container #footer-header-img {
  text-align: center;
  width: 25%;
}
#footer #footer-header .container #footer-header-img img {
  width: 50%;
}
@media only screen and (min-width: 620px) {
  #footer #footer-header .container #footer-header-img {
    width: 14%;
  }
}
@media only screen and (min-width: 920px) {
  #footer #footer-header .container #footer-header-img {
    width: 10%;
  }
}
#footer #footer-region {
  padding: 1rem 0;
  background-color: #174374;
  font-family: "Lato", sans-serif;
  color: white;
}
#footer #footer-region .container {
  display: block;
  flex-wrap: unset;
}
#footer #footer-region .container div#block-standortfreiburg,
#footer #footer-region .container div#block-standortlindau,
#footer #footer-region .container div#block-standortstuttgart,
#footer #footer-region .container div#block-linkbox {
  width: 100%;
  padding-bottom: 3rem;
  text-align: center;
}
#footer #footer-region .container div#block-standortfreiburg p,
#footer #footer-region .container div#block-standortlindau p,
#footer #footer-region .container div#block-standortstuttgart p,
#footer #footer-region .container div#block-linkbox p {
  font-size: 1rem;
}
@media only screen and (min-width: 620px) {
  #footer #footer-region .container div#block-standortfreiburg p,
  #footer #footer-region .container div#block-standortlindau p,
  #footer #footer-region .container div#block-standortstuttgart p,
  #footer #footer-region .container div#block-linkbox p {
    font-size: 0.8rem;
  }
}
#footer #footer-region .container div#block-standortfreiburg a,
#footer #footer-region .container div#block-standortlindau a,
#footer #footer-region .container div#block-standortstuttgart a,
#footer #footer-region .container div#block-linkbox a {
  color: #c5c5c4;
  text-decoration: none;
}
#footer #footer-region .container div#block-standortfreiburg a svg.mailto,
#footer #footer-region .container div#block-standortlindau a svg.mailto,
#footer #footer-region .container div#block-standortstuttgart a svg.mailto,
#footer #footer-region .container div#block-linkbox a svg.mailto {
  display: none;
}
#footer #footer-region .container div#block-standortfreiburg a:hover,
#footer #footer-region .container div#block-standortlindau a:hover,
#footer #footer-region .container div#block-standortstuttgart a:hover,
#footer #footer-region .container div#block-linkbox a:hover {
  box-shadow: none;
  background: #fff;
  color: black;
  outline-color: transparent;
  padding: 0 0.2rem;
  color: black !important;
}
@media only screen and (min-width: 620px) {
  #footer #footer-region .container div#block-standortfreiburg,
  #footer #footer-region .container div#block-standortlindau,
  #footer #footer-region .container div#block-standortstuttgart,
  #footer #footer-region .container div#block-linkbox {
    width: 50%;
    padding-bottom: 3rem;
    text-align: initial;
  }
}
@media only screen and (min-width: 920px) {
  #footer #footer-region .container div#block-standortfreiburg,
  #footer #footer-region .container div#block-standortlindau,
  #footer #footer-region .container div#block-standortstuttgart,
  #footer #footer-region .container div#block-linkbox {
    width: 25%;
    padding-bottom: 0;
    text-align: initial;
  }
}
@media only screen and (min-width: 620px) {
  #footer #footer-region .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 920px) {
  #footer #footer-region {
    padding: 3rem 0;
  }
}
#footer #footer-navbar {
  background: #2C5A8C;
  color: #fff;
}
#footer #footer-navbar .menu {
  color: #fff;
  display: block;
  justify-content: unset;
  flex-wrap: unset;
}
#footer #footer-navbar .menu > li {
  display: block;
  text-align: center;
  font-size: 16px;
}
#footer #footer-navbar .menu > li a,
#footer #footer-navbar .menu > li span {
  color: #fff;
  font-family: "Lato", sans-serif;
  padding: 0.5em;
}
@media (min-width: 720px) {
  #footer #footer-navbar .menu > li a,
  #footer #footer-navbar .menu > li span {
    padding: 0.75em 1em;
  }
}
#footer #footer-navbar .menu > li a:active, #footer #footer-navbar .menu > li a:focus, #footer #footer-navbar .menu > li a:hover,
#footer #footer-navbar .menu > li span:active,
#footer #footer-navbar .menu > li span:focus,
#footer #footer-navbar .menu > li span:hover {
  background-color: #ddd;
  color: #222;
}
@media only screen and (min-width: 620px) {
  #footer #footer-navbar .menu > li {
    display: inline-block;
    text-align: initial;
  }
}
@media only screen and (min-width: 620px) {
  #footer #footer-navbar .menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
}

body,
.layout-container {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body,
  .layout-container {
    display: block;
  }
}

.layout-container {
  overflow-x: hidden;
}

main,
#main {
  flex: 1;
}

main#main {
  margin-top: 4.4rem !important;
}

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