/**
 * Inspired by ITCSS from csswizardry.
 * http://csswizardry.net/talks/2014/11/itcss-dafed.pdf
 */
/**
 *
 */
/*dark*/
/*light*/
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganlig-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganlig-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganligita-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganligita-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganbol-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganbol-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'cargan';
  src: url("/themes/custom/hsflbase/css/font/carganbolita-webfont.woff2") format("woff2"), url("/themes/custom/hsflbase/css/font/carganbolita-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
html {
  height: 100%; }

body {
  font-size: 80%;
  line-height: 1.4;
  font-family: cargan, georgia, serif;
  color: #000; }

hr {
  margin: 3em 0; }

.Site {
  display: block; }

.Site-footer {
  display: none; }

.uk-breadcrumb {
  display: none; }

.hs-search {
  display: none; }

.menu {
  display: none !important; }

nav {
  position: relative; }

.menu {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: 1.2rem;
  position: relative; }

.menu ul {
  font-size: 1rem; }

.menu > li {
  display: inline-block;
  vertical-align: middle; }

.menu > li > a {
  display: block;
  padding: 0.6rem 4px;
  line-height: 1;
  text-decoration: none; }

.menu--toplevel {
  font-weight: bold;
  background-color: transparent;
  color: #1E398F;
  font-size: 0.9rem; }

.menu--toplevel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.menu--toplevel > li {
  display: block;
  padding-right: 0.5em;
  width: 50%; }

.menu--toplevel > li > a:link,
.menu--toplevel > li > a:visited {
  color: #1E398F; }

.menu--toplevel > .menu-item--active > a:link,
.menu--toplevel > .menu-item--active > a:visited {
  background-color: #aaddf9; }

.menu--nested {
  font-size: 0.8rem;
  margin-top: 0.25em;
  font-weight: normal;
  color: #d35378; }

.menu--nested > li > a:link,
.menu--nested > li > a:visited {
  color: #d35378; }

.menu--nested > .menu-item--active > a:link,
.menu--nested > .menu-item--active > a:visited {
  font-weight: bold; }

@media screen and (min-width: 30em) {
  .menu--toplevel {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: block; }

  .menu--toplevel > li {
    width: auto;
    display: inline-block; }

  .menu--nested {
    position: absolute;
    width: auto;
    left: 0;
    top: 2em; }

  .menu--nested > li {
    display: inline-block;
    width: auto; } }
/*
.menu--bewerbung {background-color: $hs-dunkelblau;}
.menu--studium {background-color: $hs-dunkelblau;}
.menu--hochschule {background-color: $hs-orange;}
.menu--kooperation {background-color: $hs-rosa;}

.menu--bewerbung > .active {background-color: $hs-hellblau;}
.menu--studium > .active{background-color: $hs-orange;}
.menu--hochschule > .active{background-color: $hs-dunkelblau;}
.menu--kooperation > .active{background-color: $hs-dunkelrosa;}
*/
.menu--local {
  border: 1px solid #999999;
  border-radius: 10px;
  display: inline-block;
  margin: 1em 0; }

.menu--local > li {
  display: block; }

.menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.menu--footer li {
  list-style-type: none; }

.menu--footer > li > a {
  display: block;
  padding: 0.4rem 1rem;
  padding-left: 0;
  line-height: 1;
  text-decoration: none;
  font-weight: bold; }

.menu--footer > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.menu--footer > li > ul {
  padding-left: 0; }

.menu--footer-submenu > li {
  display: block; }

.menu--footer-submenu > li > a {
  display: block;
  padding: 0.4rem 1rem;
  padding-left: 0;
  line-height: 1;
  text-decoration: none; }

.menu--footer > .menu--utility > a {
  font-weight: normal; }

.menu--utility a {
  color: #000000;
  font-size: 1rem; }

nav#block-utilitymenu,
nav#block-utilitymenuen {
  position: absolute;
  right: 0;
  z-index: 210;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media screen and (min-width: 42em) {
  .menu--utility {
    font-size: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .menu---utility > li > a {
    color: #999; }

  .menu--toplevel {
    font-size: 1.0rem;
    margin-top: 7.7em; }

  #block-mainmenuenglish .menu--toplevel {
    margin-top: 0; } }
@media screen and (min-width: 54em) {
  .menu--toplevel {
    font-size: 1.1rem; } }
#block-hsfl-main-menu .menu--nested {
  margin-top: 4px;
  margin-top: 0.25em;
  z-index: 9999; }

@media screen and (min-width: 480px) {
  #block-hsfl-main-menu .menu--nested {
    margin-top: 46px;
    margin-top: 3em; } }
@media screen and (min-width: 542px) {
  #block-hsfl-main-menu .menu--nested {
    margin-top: 4px;
    margin-top: 0.25em; } }
@media screen and (min-width: 672px) {
  #block-hsfl-main-menu .menu--nested {
    margin-top: 46px;
    margin-top: 3em; } }
@media screen and (min-width: 969px) {
  #block-hsfl-main-menu .menu--nested {
    margin-top: 4px;
    margin-top: 0.25em; } }
.uk-navbar-nav > li > a {
  font-family: cargan, georgia, serif;
  font-size: inherit; }

.uk-navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/*
.L-container {
  outline:2px #b3d271 dotted;
}

.layout-content {
  outline:1px lightseagreen dotted;
}

main {
  outline:1px darkred solid;
}

footer {
  outline:1px darkturquoise solid;
}
*/
