@use "sass:map";
/*$blue_60;*/
/*$blue_50;*/
body {
  display: flex;
  flex-direction: column; }

header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center; }

main {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-grow: 1; }

section {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  background-image: url(../../images/Adler_VHD_Akademie_hellgrau10_580x580.png);
  background-size: 35%;
  background-repeat: no-repeat;
  background-position: 90% 60%;
  background-attachment: fixed; }

span.verfuegbar {
  background-color: #f4958c;
  padding: 4px;
  margin: 4px; }

span.vergeben {
  background-color: #1ed14b;
  padding: 4px;
  margin: 4px; }

#inhalt {
  min-height: 580px;
  margin-top: 2.1em;
  padding: 0 2.1em; }
  #inhalt ul, #inhalt li {
    line-height: 1.2em;
    font-weight: 300;
    margin: 0;
    font-size: 0.95em; }

@media (max-width: 768px) {
  header {
    padding: 0;
    flex-direction: column;
    justify-content: center; }
  main {
    flex-direction: column; }
  section {
    padding: 0;
    background-image: url(../../images/Adler_VHD_Akademie_hellgrau10_580x580.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 40%;
    background-attachment: fixed; }
  #inhalt {
    margin: 0;
    padding: 0 1em 1em; } }
