@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-slab-v24-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-slab-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-slab-v24-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v24-latin-regular.woff") format("woff"), url("../fonts/roboto-slab-v24-latin-regular.ttf") format("truetype"), url("../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-condensed-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v25-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v25-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-mono-regular - latin */
@font-face {
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-mono-v22-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/roboto-mono-v22-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-mono-v22-latin-regular.woff2") format("woff2"), url("../fonts/roboto-mono-v22-latin-regular.woff") format("woff"), url("../fonts/roboto-mono-v22-latin-regular.ttf") format("truetype"), url("../fonts/roboto-mono-v22-latin-regular.svg#RobotoMono") format("svg"); /* Legacy iOS */
}
html, body {
  font-family: "Roboto", sans-serif;
  width: 100%;
  margin: 0 auto;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Slab", serif;
  line-height: 1.5em;
}

a {
  color: #455;
}
a:hover {
  color: #a63d41;
}
a.em {
  font-weight: bold;
  color: #a63d41;
}

@media screen and (min-width: 481px) {
  html {
    margin: 0 auto;
    position: absolute;
  }
  #content {
    display: block;
    margin: 0 auto;
    max-width: 1024px;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
#content > header {
  position: relative;
}
#content > header img.logo {
  position: absolute;
  top: 3px;
  right: 4px;
  width: 30px;
  height: 36px;
}
#content > header h1 {
  height: 30px;
  padding-top: 10px;
  background: url(../images/carbon.svg);
  background-size: cover;
  color: #fff;
  text-align: center;
}
#content > header h1 a {
  color: white;
}
#content > header h2 {
  display: block;
  height: 38px;
  padding-top: 22px;
  text-align: center;
  background: url(../images/stripe.svg);
  background-size: cover;
  background-color: #000;
  color: #fff;
}
@media screen and (min-width: 601px) {
  #content > header h2 {
    font-size: 120%;
    padding-top: 12px;
  }
}
#content > header h2 a {
  color: white;
}
#content > header .menu {
  position: absolute;
  top: 4px;
  left: 4px;
  background: url("../images/icons.svg");
  /*
  $y: 0;
  $x: -999999px;

  @if $name == burger {

  	$x: 0;
  }
  */
  background-position: 0 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
@media screen and (min-width: 481px) {
  #content > header .menu {
    display: none;
  }
}
@media screen and (min-width: 481px) {
  #content > header {
    background: url(../images/carbon.svg);
    background-size: cover;
  }
  #content > header a {
    color: white;
  }
}

.banner img {
  width: 100%;
}

@media screen and (min-width: 481px) {
  .banner {
    max-height: 400px;
    overflow: hidden;
    position: relative;
  }
  .banner img {
    position: relative;
    top: -50px;
  }
}
nav a, .seminar a {
  display: block;
  padding: 6px;
  margin: 2px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  nav a::after, .seminar a::after {
    content: " ➤";
    color: #a63d41;
    font-size: 80%;
  }
}

header > nav {
  transition: max-height 0.5s ease;
}
header > nav.show {
  max-height: 400px;
}
header > nav a.lv2 {
  display: none;
  font-size: 80%;
}
header > nav a.lv2.show {
  display: block;
}
@media screen and (min-width: 481px) {
  header > nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  header > nav a {
    margin: 0 1em;
  }
  header > nav .subnav {
    display: flex;
    width: 98%;
    justify-content: center;
    order: 99;
  }
}
@media screen and (max-width: 480px) {
  header > nav {
    overflow: hidden;
    max-height: 0;
    box-shadow: inset 6px 6px 12px rgba(0, 0, 0, 0.2);
    background-color: #fffef8;
  }
  header > nav a.lv2.show {
    display: block;
  }
}
@media screen and (min-width: 481px) {
  header > nav a {
    display: inline-block;
  }
  header > nav a.lv2.show {
    display: inline-block;
  }
}

article {
  padding: 24px;
}
article h1, article h2, article h3, article h4 {
  color: #a63d41;
  font-weight: bold;
  font-size: 100%;
  margin: 2em 0 0.5em 0;
}
article h5 {
  color: #455;
  margin: 2em 0 0.5em 0;
}
article p {
  margin: 16px 0;
  line-height: 1.5em;
}
article p:first-of-type {
  margin: 0 0;
}
article pre {
  font-family: "Roboto Mono", monospace;
}
article pre.slab {
  font-family: "Roboto Slab", serif;
  line-height: 1.4em;
}
article a.dl {
  display: block;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  padding: 8px;
}
article code {
  font-family: "Roboto Mono", monospace;
  background-color: #ffd;
  padding: 0 6px;
}
article em {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  color: #455;
}
article i { /* i für ifa */
  color: #a63d41;
  font-weight: normal;
  font-style: normal;
}

article.seminar dt, article.seminar dd, article.seminar ul {
  line-height: 1.5em;
}
article.seminar dt {
  font-weight: bold;
}
article.seminar ul > li {
  text-indent: 2em;
}
@media screen and (max-width: 480px) {
  article.seminar ul > li {
    text-indent: -10px;
  }
}
article.seminar ul > li::before {
  content: "• ";
  color: #a63d41;
}
article.seminar dl {
  background-color: #eee;
}
article.seminar dt {
  float: left;
  clear: left;
  width: 100px;
  text-align: right;
}
article.seminar dd {
  margin: 0 0 0 110px;
  padding: 0 0 0.5em 0;
}

form {
  margin: 12px;
  padding: 12px;
  position: relative;
  border: 1px solid #edd;
}
form p {
  margin: 12px;
}
form label {
  display: inline-block;
  width: 120px;
  text-align: right;
}
.required form label::after {
  content: "*";
}
form .required label::after {
  content: "*";
  color: #a63d41;
}
form input, form textarea {
  border: 0;
  border-bottom: 1px solid #edd;
  border-radius: 4px;
  padding: 8px 8px 2px 8px;
  background-color: #eeeef8;
}
form button {
  background-color: #455;
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 8px;
}
form textarea {
  width: 100%;
}
@media screen and (max-width: 480px) {
  form input, form textarea, form button, form label {
    width: 97%;
  }
  form label {
    text-align: center;
  }
}
form .ctrl {
  text-align: center;
}
form hr {
  border: 0;
  height: 1px;
  background: #edd;
}
form .row {
  margin: 8px 0;
  position: relative;
  width: 98%;
}
form .error {
  color: #a63d41;
}

.errormessage {
  border: 2px solid #a63d41;
  margin: 12px;
  padding: 12px;
}
.errormessage h2 {
  background-color: #a63d41;
  color: white;
  font-weight: bold;
  padding: 2px 10px;
  margin: 0 0 12px 0;
}

main {
  min-height: 500px;
}

main nav {
  margin: 12px;
}
main nav a {
  display: block;
  text-align: center;
  border: 1px solid #edd;
  padding: 12px;
}
@media screen and (min-width: 481px) {
  main nav {
    display: none;
  }
}

footer {
  background: #455;
  display: flex;
}
footer a {
  display: inline-block;
  flex-grow: 1;
  color: white;
  text-align: center;
  padding: 8px;
}
footer.copyright {
  color: black;
  background-color: white;
}
footer.copyright a {
  color: #888;
}

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