/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-mono-cyrillic-ext.ef3e9a823603.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-mono-cyrillic.5ebe29e709b7.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-mono-vietnamese.a3ef101b6fcc.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-mono-latin-ext.94a584fe2a59.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-mono-latin.02dbd9e1c7fd.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/psweb/fonts/ibm-plex-sans-cyrillic-ext.a6b932e088f5.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/psweb/fonts/ibm-plex-sans-cyrillic.17f64840a46a.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/psweb/fonts/ibm-plex-sans-greek.a802921a1f01.woff2") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/psweb/fonts/ibm-plex-sans-vietnamese.6d083b958ec4.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/psweb/fonts/ibm-plex-sans-latin-ext.f87140d8e370.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/static/psweb/fonts/ibm-plex-sans-latin.560995d7cd4d.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* cyrillic-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-sans-cyrillic-ext-700.cbd0ac2853e4.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }

/* cyrillic */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-sans-cyrillic-700.df22323beaf0.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }

/* greek */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-sans-greek-700.00228baceaea.woff2") format("woff2");
  unicode-range: U+0370-03FF; }

/* vietnamese */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-sans-vietnamese-700.f91b9d6f4fc4.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB; }

/* latin-ext */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-sans-latin-ext-700.78d68afb94ef.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/static/psweb/fonts/ibm-plex-sans-latin-700.68f022f10e4e.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

html {
  font-size: 16px; }

@font-face {
  font-family: wagtail;
  src: url("/static/home/fonts/wagtail.bcd20118a8c0.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/*$blue-light:   #cbdfec;*/
html {
  background: white;
  color: #656564; }

body {
  background: white;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333; }

body.overlay {
  overflow: hidden; }

h1, h2, h3, h4, h5 {
  margin: 2.75rem 0 1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  line-height: 1.15; }

h1 {
  font-size: 1.802em; }

h2 {
  font-size: 1.602em; }

h3 {
  font-size: 1.424em; }

h4 {
  font-size: 1.266em; }

h5 {
  font-size: 1.125em; }

small, .text_small {
  font-size: 0.889em; }

h1 {
  margin-top: 34px; }

p {
  margin-bottom: 1.25em; }

li p {
  margin: 0; }

a, a:link, a:active, a:visited {
  color: #58A2D2;
  text-decoration: none; }

a:hover {
  color: #96B318;
  text-decoration: none; }

article a:not([href*='power-students.de']):not([href^='#']):not([href^='/']):after, nav a:not([href*='power-students.de']):not([href^='#']):not([href^='/']):after {
  font-family: 'FontAwesome';
  content: '\f08e';
  margin-left: 0.3rem; }

article a i:before {
  margin-right: 0.3rem; }

article ul {
  list-style-type: square; }
  article ul li::marker {
    color: #96B318; }
  article ul ul {
    list-style-type: square; }
    article ul ul li::marker {
      color: #58A2D2; }
    article ul ul ul {
      list-style-type: square; }
      article ul ul ul li::marker {
        color: #656564; }

.section--hboxes {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px; }
  .section--hboxes > * {
    flex: 1 1 300px;
    margin: 10px; }

.section--page > a {
  display: block; }

.logo img {
  margin: 1em;
  max-width: calc(100% - 2em); }

top {
  background: #656564;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center; }
  top menu-toggle a, top .home, top > a {
    font-size: 1.5em;
    margin: 0 0.5rem;
    color: #DCDCDD; }
    top menu-toggle a:link, top menu-toggle a:visited, top menu-toggle a:active, top .home:link, top .home:visited, top .home:active, top > a:link, top > a:visited, top > a:active {
      color: #DCDCDD; }
    top menu-toggle a:hover, top .home:hover, top > a:hover {
      color: #96B318; }

legal {
  width: 100%;
  background: #656564;
  color: #DCDCDD; }

.legalparts {
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  padding: 1em;
  align-items: center; }
  .legalparts > * {
    font-size: 1.2em; }

.legal__copyright {
  display: block; }

.legal__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .legal__links a {
    padding: 0 0.6em;
    color: #DCDCDD; }
    .legal__links a:hover {
      color: #96B318; }

.lang {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .lang > * {
    margin: 0 0.5em; }
  .lang img {
    height: 1em; }
  .lang a:hover img {
    box-shadow: 0 0 5px #96B318; }

.lang--active {
  box-shadow: 0 0 5px #58A2D2; }

nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }
  nav ul a {
    display: block;
    padding: 0.4rem 0; }
  nav ul .icon {
    padding-right: 0.25rem; }
  nav ul > li > a, nav ul > li > a:visited, nav ul > li > a:active, nav ul > li > a:link {
    background: #365416;
    color: white;
    padding-left: 1rem; }
  nav ul > li > a:hover, nav ul > li.ancestor > a, nav ul > li.active > a {
    background: #003069; }
  nav ul ul .icon {
    color: #656564; }
  nav ul ul a {
    display: flex;
    flex-flow: row;
    justify-content: flex-start; }
  nav ul ul > li > a, nav ul ul > li > a:visited, nav ul ul > li > a:active, nav ul ul > li > a:link {
    background: #96B318;
    color: black;
    padding-left: 1rem; }
  nav ul ul > li > a:hover, nav ul ul > li.ancestor > a, nav ul ul > li.active > a {
    background: #58A2D2; }
  nav ul ul ul > li > a, nav ul ul ul > li > a:visited, nav ul ul ul > li > a:active, nav ul ul ul > li > a:link {
    background: #E8ECCA;
    color: black;
    padding-left: 2.5rem; }
  nav ul ul ul > li > a:hover, nav ul ul ul > li.ancestor > a, nav ul ul ul > li.active > a {
    background: #E6EDFA; }

nav ul ul li > ul {
  display: none; }

nav ul ul li.show > ul {
  display: block; }

@media (max-width: 1060px) {
  nav > ul > li > a > i.icon {
    display: none; }
  nav {
    display: none; }
  nav.show-menu {
    display: block; }
  sidebar legal {
    display: none; }
  footer legal {
    display: block; }
  sidebar {
    display: flex;
    flex-flow: column;
    justify-content: flex-start; }
    sidebar .logo {
      align-self: center; }
  article {
    margin: 0 0.5rem; } }

@media (min-width: 1061px) {
  main {
    display: grid;
    grid-template-columns: 1060px 1fr; }
  sidebar {
    display: flex;
    flex-flow: column;
    position: fixed;
    width: 300px;
    height: 100vh; }
    sidebar menu-toggle {
      display: none; }
    sidebar legal {
      margin-top: auto; }
  article {
    margin: 0 1rem 0 340px; }
  .section--hboxes {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px; }
    .section--hboxes > * {
      flex: 1 1 300px;
      margin: 10px; }
  sidebar legal {
    display: block; }
  footer legal {
    display: none; } }

.teaser {
  display: flex;
  flex-flow: column; }

.teaser__head {
  color: #003069;
  margin: 2.75rem 0 1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  font-size: 1.424em;
  margin-top: 1em; }

.teaser__body {
  display: flex;
  flex-flow: column; }
  .teaser__body img {
    max-width: 100%;
    align-self: center; }

.teaser__text h4 {
  margin: 2.75rem 0 1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  font-size: 1.125em;
  margin: 0 0 1em 0; }

.teaser__foot {
  margin-top: auto;
  width: 100%;
  border-top: 1px solid #656564;
  padding-top: 0.5em;
  display: flex;
  flex-flow: row; }
  .teaser__foot .date {
    margin-right: 0.5rem; }
  .teaser__foot .icon--more {
    display: block;
    width: 100%; }
    .teaser__foot .icon--more span {
      float: right;
      display: block; }
    .teaser__foot .icon--more:after {
      clear: both;
      content: '';
      height: 0; }

.section--idm .teaser__body {
  display: flex;
  flex-flow: row; }
  .section--idm .teaser__body > * {
    flex: 1 1 300px;
    margin: 0 10px; }
  .section--idm .teaser__body img {
    max-width: 300px; }

@media (max-width: 640px) {
  .section--idm .teaser__body {
    flex-flow: column; }
    .section--idm .teaser__body > * {
      flex: auto; } }

.clearfloat {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  content: ' '; }

.table {
  padding: 1rem; }
  .table table {
    border-collapse: collapse; }
    .table table thead tr th {
      font-weight: bold;
      border-bottom: 1px dotted #656564;
      text-align: left; }
    .table table tbody tr td {
      vertical-align: top; }

.table--f100liquid table tbody tr td {
  width: auto; }

.table--f100liquid table tbody tr td:first-child {
  width: 100px; }

.table--f150liquid table tbody tr td {
  width: auto; }

.table--f150liquid table tbody tr td:first-child {
  width: 150px; }

.table--f200liquid table tbody tr td {
  width: auto; }

.table--f200liquid table tbody tr td:first-child {
  width: 150px; }

.table--liquid table tbody tr td {
  width: auto;
  padding-right: 1em; }

.quote {
  position: relative;
  margin-left: 1em;
  padding-left: 3em;
  border-left: 3px solid #666;
  border-radius: 2px; }

.quote::before {
  position: absolute;
  top: -10px;
  content: "\201d";
  font-size: 80px;
  color: black;
  left: 5px; }

.quote__text {
  font-style: italic; }

.quote__caption {
  text-align: right;
  position: relative;
  opacity: 0.7; }

.quote__caption::before {
  content: "\2014";
  display: inline-block;
  padding-right: 6px; }

.code--block pre {
  overflow-x: scroll; }

.image--captioned {
  display: flex;
  flex-flow: column;
  align-items: center; }

.image--right {
  float: right;
  margin-left: 1rem; }

.image--left {
  float: left;
  margin-right: 1rem; }

article:after {
  clear: both;
  height: 0;
  content: ' ';
  visibility: hidden; }
