@charset "utf-8";
@font-face {
  font-family: 'Roboto', sans-serif;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Slab', serif;
  font-display: swap;
}
/* colors */
/* fonts */
.font-header {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.font-flow {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
/* media queries */
@media (max-width: 599px) {
  header,
  footer,
  nav,
  a,
  figcaption {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  header *,
  footer *,
  nav *,
  a *,
  figcaption * {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  /* ### TODO: SVG zentrieren */
  figure {
    text-align: center;
  }
}
@media (min-width: 600px) {
  header > .container {
    margin: 3rem -1rem 1rem -1rem;
  }
  .container {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem;
  }
  .item {
    flex: 1;
    padding: 0 1rem;
  }
  .small {
    flex: 1;
  }
  .medium {
    max-width: 15rem;
    flex: 2;
  }
  .large {
    max-width: 100%;
    flex: 3;
  }
  div.banner {
    background-image: url(../img/banner.jpg);
    height: 314px;
    margin: 0 0 4rem 0;
  }
  header,
  footer,
  nav,
  a,
  figcaption {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
  header *,
  footer *,
  nav *,
  a *,
  figcaption * {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
  }
}
/* geometry */
.geometry-page {
  max-width: 800px;
  margin: auto;
}
/* global */
html {
  position: relative;
}
body,
html {
  -webkit-font-smoothing: antialiased;
  text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
}
main {
  font-family: 'Roboto Slab', serif;
}
/* colors */
body,
html {
  color: rgba(0, 0, 0, 0.83);
  background-color: #ffffff;
}
nav#menu,
nav#menu *,
footer.page-area,
footer.page-area * {
  color: #ffffff;
  background-color: #2a4e4c;
}
nav#menu a.navlink:hover,
nav#menu * a.navlink:hover,
footer.page-area a.navlink:hover,
footer.page-area * a.navlink:hover {
  background: rgba(255, 255, 255, 0.2);
}
nav#menu a#backlink,
nav#menu * a#backlink,
footer.page-area a#backlink,
footer.page-area * a#backlink {
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url(../icon/backlink.png);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFs8IUVOVElUWSBuc19zdmcgImh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48IUVOVElUWSBuc194bGluayAiaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+XT48c3ZnICB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iJm5zX3N2ZzsiIHhtbG5zOnhsaW5rPSImbnNfeGxpbms7IiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgb3ZlcmZsb3c9InZpc2libGUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48dGl0bGU+cHJldmlvdXMgTFRSPC90aXRsZT48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNC44LDEwbDksOWwxLjQtMS41TDcuOCwxMGw3LjQtNy41TDEzLjgsMUw0LjgsMTB6Ii8+PC9zdmc+);
  padding-left: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
figcaption {
  color: #2a4e4c;
  background-color: #ffffff;
}
.main-subtitle-acadamic,
a,
ul li::before {
  color: #727953;
  background-color: #ffffff;
}
/* layout */
div.page {
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
}
div.page > header {
  margin-top: 4rem;
}
div.page > header .item {
  margin: 1rem 0 1rem 0;
}
div.page > header #title h1 {
  margin-top: 0;
}
div.page > header #title .main-title {
  font-size: 1.9rem;
  display: block;
}
div.page > header #title .main-subtitle {
  margin-top: 1.8rem;
  font-size: 1.7rem;
  display: block;
}
div.page > header #title .main-subtitle-acadamic {
  font-size: 1.1rem;
  display: block;
}
div.page > main {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
div.page > main > section {
  margin-top: 3rem;
}
section {
  overflow: hidden;
}
#logo {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
  flex: 1;
}
nav#menu,
footer.page-area {
  position: absolute;
  left: -2rem;
  right: 0;
  height: 2.5rem;
}
nav#menu > .flow,
footer.page-area > .flow {
  max-width: 800px;
  margin: auto;
  padding: 0 1rem;
}
nav#menu > .flow *,
footer.page-area > .flow * {
  line-height: 2.5rem;
  display: inline-block;
}
nav#menu {
  top: 0;
}
footer.page-area {
  bottom: 0;
}
.flow-m {
  width: 28em;
}
/* lists */
ul {
  list-style: none;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 1.5em;
  margin-left: 0;
  padding: 0;
}
li {
  margin-bottom: 0.5em;
}
li > * {
  margin-left: 2.5rem;
}
li::before {
  content: "\25BA";
  float: left;
  display: inline-block;
  width: 2.5rem;
  font-size: 0.9em;
}
/* figures */
figure {
  margin: 0 2rem 0 0;
}
figure figcaption {
  margin: .5rem 0;
  font-size: 1rem;
}
img {
  margin: 1.2em 0 0 0;
  max-width: 100%;
}
/* links */
a.navlink {
  margin: 0 1rem;
  padding: 0 1rem;
  text-decoration: none;
}
a.external {
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url(../icon/link-external.png);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjx0aXRsZT5leHRlcm5hbCBsaW5rPC90aXRsZT48cGF0aCBmaWxsPSIjNzI3OTUzIiBkPSJNMTcgMTdIM1YzaDVWMUgzYTIgMiAwIDAgMC0yIDJ2MTRhMiAyIDAgMCAwIDIgMmgxNGEyIDIgMCAwIDAgMi0ydi01aC0yeiIvPjxwYXRoIGZpbGw9IiM3Mjc5NTMiIGQ9Ik0xMSAxbDMuMjkgMy4yOS01LjczIDUuNzMgMS40MiAxLjQyIDUuNzMtNS43M0wxOSA5VjF6Ii8+PC9zdmc+);
  padding-right: 1.0rem;
  margin-right: .1rem;
  background-size: .75rem .75rem;
  position: relative;
}
a.external:hover,
a.internal:hover {
  opacity: .7;
}
/* tables */
.responsive-table-list > .container {
  margin: 1rem 0;
}
.responsive-table-list > .container > .item.small {
  padding: 1rem 1rem 0 0;
}
.responsive-table-list > .container > .item.large {
  padding: 1rem 0 0 2rem;
}
.responsive-table-list p {
  margin: 0;
}
/* semantics */
.question {
  font-weight: 500;
}
.reply {
  font-style: italic;
}
#contact {
  margin: 2rem 0;
}
#contact > * {
  margin: .5rem 0;
}
.important {
  font-size: larger;
  font-weight: 500;
  color: #2a4e4c;
}
