@import url('/static/bower_components/normalize.css/normalize.css?ca89a501d361');
button, .button, input[type="button"], input[type="reset"], input[type="submit"], button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, .button:hover, button:focus, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, button:hover, .button:hover, button:focus, .button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, .button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input, label, select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea, select[multiple=multiple], textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover, select[multiple=multiple]:hover, textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus, select[multiple=multiple]:focus, textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img, picture {
  margin: 0;
  max-width: 60%;
  margin-top: 10px; }

/* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
/* smartphones, Android phones, landscape iPhone */
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
/* tablet, landscape iPad, lo-res laptops ands desktops */
/* big landscape tablets, laptops, and desktops */
/* hi-res laptops and desktops */
.footer h1, .footer h2, .footer h3, .footer h4, .header h1, .header h2, .header h3, .header h4 {
  padding: 0;
  margin: 0; }

@font-face {
  font-family: 'HelveticaNeueLT-Bold';
  src: url('/static/css/webfonts/2EA804_0_0.eot?ca89a501d361');
  src: url('/static/css/webfonts/2EA804_0_0.eot?&ca89a501d361#iefix') format("embedded-opentype"), url('/static/css/webfonts/2EA804_0_0.woff?ca89a501d361') format("woff"), url('/static/css/webfonts/2EA804_0_0.woff2?ca89a501d361') format("woff2"), url('/static/css/webfonts/2EA804_0_0.ttf?ca89a501d361') format("truetype"); }
@font-face {
  font-family: 'HelveticaNeueLT-Medium';
  src: url('/static/css/webfonts/2EA804_1_0.eot?ca89a501d361');
  src: url('/static/css/webfonts/2EA804_1_0.eot?&ca89a501d361#iefix') format("embedded-opentype"), url('/static/css/webfonts/2EA804_1_0.woff?ca89a501d361') format("woff"), url('/static/css/webfonts/2EA804_1_0.woff2?ca89a501d361') format("woff2"), url('/static/css/webfonts/2EA804_1_0.ttf?ca89a501d361') format("truetype"); }
@font-face {
  font-family: 'HelveticaNeueLT-Roman';
  src: url('/static/css/webfonts/2EA804_2_0.eot?ca89a501d361');
  src: url('/static/css/webfonts/2EA804_2_0.eot?&ca89a501d361#iefix') format("embedded-opentype"), url('/static/css/webfonts/2EA804_2_0.woff?ca89a501d361') format("woff"), url('/static/css/webfonts/2EA804_2_0.woff2?ca89a501d361') format("woff2"), url('/static/css/webfonts/2EA804_2_0.ttf?ca89a501d361') format("truetype"); }
header {
  padding: 0.3em 4em 0.3em 4em;
  text-rendering: optimizeLegibility;
  background-color: white;
  min-height: 54px;
  width: 100%;
  z-index: 999;
  box-sizing: border-box; }
  @media (min-width: 0) and (max-width: 480px) {
    header {
      padding: 0.3em 1em 0.9em 1em;
      font-size: 0.7em; } }
  @media (min-width: 480px) and (max-width: 640px) {
    header {
      padding: 0.3em 1em 0.9em 1em;
      font-size: 0.9em; } }
  header .textbreak {
    display: inline-block; }
  header:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  header .left {
    float: left;
    padding-top: 1em;
    max-width: 62%; }
    header .left h4 {
      padding: 0;
      margin: 0; }
  header .right {
    clear: none;
    float: right; }
  @media (min-width: 0) and (max-width: 480px) {
    header .right {
      max-width: 34%; } }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

[ng-click], [data-ng-click], [x-ng-click] {
  cursor: pointer; }

input, label, select {
  color: #2a2a2a; }

body {
  background-color: #000000;
  font-family: HelveticaNeueLT-Medium;
  margin: 0; }

h1 {
  font-size: 2.5em;
  letter-spacing: 0.01em; }
  @media (min-width: 600px) and (max-width: 801px) {
    h1 {
      font-size: 2.2em; } }
  @media (min-width: 480px) and (max-width: 600px) {
    h1 {
      font-size: 1.6em; } }
  @media (min-width: 0) and (max-width: 480px) {
    h1 {
      font-size: 1.2em; } }

h3 {
  font-size: 1.3em; }

h4 {
  font-size: 0.9em; }

.backgroundimage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

.content {
  max-width: 801px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'HelveticaNeueLT-Roman';
  font-weight: 300; }
  .content:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 0) and (max-width: 801px) {
    .content {
      max-width: 95%;
      margin-left: auto;
      margin-right: auto; }
      .content:after {
        content: " ";
        display: block;
        clear: both; } }

.relative {
  position: relative; }

.slogan {
  font-family: 'HelveticaNeueLT-Roman';
  padding: 3em;
  color: white;
  text-align: center; }
  .slogan h1 {
    font-weight: 200;
    padding-bottom: 0;
    margin-bottom: 0; }
  @media (min-width: 480px) and (max-width: 600px) {
    .slogan {
      padding: 1.5em 1em 3em 1em; } }
  @media (min-width: 0) and (max-width: 480px) {
    .slogan {
      padding: 1.5em 1em 2em 1em; } }

.figureimg {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

.box {
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
  width: 100%;
  margin: auto;
  padding: 1.8em;
  border-radius: 4px;
  margin-bottom: 4em; }
  .box.lehrgangform {
    margin-top: 2em; }
  @media (min-width: 330px) and (max-width: 600px) {
    .box {
      padding: 0.9em; } }
  @media (min-width: 0) and (max-width: 330px) {
    .box {
      padding: 0.5em; } }
  .box p {
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-align: center;
    font-size: 1.38em;
    font-weight: 300; }
  @media (min-width: 0) and (max-width: 480px) {
    .box p {
      font-size: 0.88em;
      font-weight: 200;
      margin-bottom: 0; } }
  .box .buttons {
    display: inline;
    margin: auto; }
  .box .question {
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    .box .question h1 {
      font-size: 3.8em; }
  @media (min-width: 0) and (max-width: 600px) {
    .box .question {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .box .question h1 {
        font-size: 1.8em; } }
  .box .auswertung {
    width: 95%;
    margin: 0 auto;
    text-align: center; }
    .box .auswertung h1 {
      font-size: 3.8em;
      margin-bottom: 15px; }
  @media (min-width: 330px) and (max-width: 480px) {
    .box .auswertung h1 {
      font-size: 2.8em; } }
  @media (min-width: 0) and (max-width: 330px) {
    .box .auswertung h1 {
      font-size: 2em; } }
    .box .auswertung p {
      font-size: 1.2em;
      margin-bottom: 0; }
  @media (min-width: 0) and (max-width: 330px) {
    .box .auswertung p {
      font-size: 0.88em; } }
  @media (min-width: 330px) and (max-width: 480px) {
    .box .auswertung p {
      font-size: 0.88em; } }
  @media (min-width: 0) and (max-width: 330px) {
    .box .auswertung.end p {
      font-size: 1em; } }
  .box .auswertung.end h1 {
    font-size: 3.8em; }
  @media (min-width: 0) and (max-width: 801px) {
    .box .auswertung.end h1 {
      font-size: 3.5em; } }
  @media (min-width: 0) and (max-width: 600px) {
    .box .auswertung.end h1 {
      font-size: 2.9em; } }
  @media (min-width: 0) and (max-width: 480px) {
    .box .auswertung.end h1 {
      font-size: 2.4em; } }
  @media (min-width: 0) and (max-width: 330px) {
    .box .auswertung.end h1 {
      font-size: 1.5em; } }
  .box .bereiche {
    max-height: 250px;
    min-height: 250px;
    display: inline-block;
    width: 100%; }
    .box .bereiche > * {
      vertical-align: middle; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche {
      max-height: 190px;
      min-height: 190px; } }
    .box .bereiche .pusher {
      height: 250px;
      display: inline-block;
      width: 0;
      margin: 0; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche .pusher {
      height: 190px; } }
    .box .bereiche figure {
      margin: 0;
      text-align: center;
      display: inline-block;
      width: 11.4%;
      margin-left: 8.5%;
      margin-right: 8.5%;
      max-height: 200px;
      font-size: 1em;
      position: relative;
      color: black; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche figure {
      font-size: 0.7em; } }
      .box .bereiche figure:hover {
        color: #e74e51; }
      .box .bereiche figure .figureimg {
        width: 100%;
        height: 64px;
        background-repeat: no-repeat;
        margin-bottom: 18px; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche figure .figureimg {
      height: 31px;
      margin-bottom: 10px; } }
      .box .bereiche figure .ring {
        position: absolute;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 0;
        width: 0;
        top: 30px;
        right: 30px;
        opacity: 0.0; }
      .box .bereiche figure:first-of-type {
        margin-left: 0%; }
      .box .bereiche figure:last-child {
        margin-right: 0; }
      .box .bereiche figure.selected {
        width: 30%;
        font-size: 1.6em;
        color: #db0029;
        margin-top: 0px; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche figure.selected {
      font-size: 1em;
      width: 25%; } }
        .box .bereiche figure.selected .figureimg {
          width: 100%;
          height: 100px;
          margin-bottom: 20px; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche figure.selected .figureimg {
      height: 31px;
      margin-bottom: 10px; } }
        .box .bereiche figure.selected .ring {
          opacity: 0.8;
          height: 150%;
          width: 150%;
          top: -25%;
          right: -24%; }
        .box .bereiche figure.selected:first-of-type {
          margin-left: 4.7%; }
      .box .bereiche figure.squish {
        width: 11.4%;
        margin-left: 3.8%;
        margin-right: 3.8%;
        margin-top: 0px; }
        .box .bereiche figure.squish:first-of-type {
          margin-left: 0; }
        .box .bereiche figure.squish:last-child {
          margin-right: 0; }
      .box .bereiche figure.selected-add, .box .bereiche figure.selected-remove, .box .bereiche figure.squish-add, .box .bereiche figure.squish-remove {
        -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
        transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
        .box .bereiche figure.selected-add .ring, .box .bereiche figure.selected-add .figureimg, .box .bereiche figure.selected-remove .ring, .box .bereiche figure.selected-remove .figureimg, .box .bereiche figure.squish-add .ring, .box .bereiche figure.squish-add .figureimg, .box .bereiche figure.squish-remove .ring, .box .bereiche figure.squish-remove .figureimg {
          -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
          transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }
  .box .bereiche-footer {
    margin-top: 10px; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche-footer {
      margin-top: 0px; } }
    .box .bereiche-footer .text-block {
      display: inline-block; }
      .box .bereiche-footer .text-block p {
        text-align: left;
        font-size: 0.9em;
        margin: 0;
        font-weight: 300; }
  @media (min-width: 0) and (max-width: 480px) {
    .box .bereiche-footer .text-block p {
      font-size: 0.7em; } }
    .box .bereiche-footer button, .box .bereiche-footer .button, .box .bereiche-footer .button {
      float: right;
      min-width: 50px; }

.start_image {
  width: 100%;
  height: 210px;
  margin: auto;
  border-radius: 4px;
  margin-bottom: 3em;
  background-size: 118%; }
  @media (min-width: 480px) and (max-width: 600px) {
    .start_image {
      height: 157px;
      background-size: 142%;
      margin-bottom: 1.5em; } }
  @media (min-width: 0) and (max-width: 480px) {
    .start_image {
      height: 120px;
      background-size: 142%;
      margin-bottom: 1em; } }

.choices {
  margin: auto;
  text-align: center;
  padding-bottom: 1.8em;
  padding-top: 2em; }
  @media (min-width: 0) and (max-width: 480px) {
    .choices {
      padding-bottom: 0;
      padding-top: 0; } }
  .choices.start {
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0; }

button, .button, .button {
  color: white;
  display: inline-block;
  font-size: 1.6em;
  padding: 0.25em 1em;
  min-width: 8.2em;
  margin: 0.2em; }
  button.start, .start.button, .button.start {
    margin-top: 0.9em;
    font-size: 1.8em;
    padding: 0.35em 1em; }
  @media (min-width: 0) and (max-width: 480px) {
    button.start, .start.button, .button.start {
      margin-top: 0.3em;
      font-size: 1.3em;
      padding: 0.35em 0.4em; } }
  @media (min-width: 0) and (max-width: 600px) {
    button, .button, .button {
      font-size: 1.2em;
      font-weight: 500;
      min-width: 6.7em;
      padding: 0.25em 0.4em; } }
  button.red, .red.button, .button.red {
    background-color: #db0029; }
    button.red:hover, .red.button:hover, .button.red:hover {
      background-color: #e74e51; }
  button.blue, .blue.button, .button.blue {
    background-color: #005799; }
    button.blue:hover, .blue.button:hover, .button.blue:hover {
      background-color: #4f7eb9; }

.back {
  margin-top: 0.6em;
  color: white;
  font-size: 1em; }
  .back:hover {
    color: #e74e51; }
    .back:hover .small-arrow-left {
      border-right: 6px solid #e74e51; }

.big-arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid white;
  display: inline-block;
  margin-left: 0.8em; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid white;
  display: inline-block;
  margin-left: 0.6em; }

.small-arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid white;
  display: inline-block;
  margin-right: 0.4em; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black; }

.progress-bar {
  width: 100%;
  margin: 0em auto 4em auto;
  text-align: center;
  color: white;
  font-size: 1.3em; }
  @media (min-width: 0) and (max-width: 600px) {
    .progress-bar {
      font-size: 0.8em;
      margin: 0em auto 2em auto; } }
  .progress-bar .indicator {
    background-color: transparent;
    border-radius: 8px;
    border-width: 2px;
    border-color: white;
    border-style: solid;
    width: 40%;
    height: 0.45em;
    margin: 0.7em auto 0em auto;
    overflow: hidden; }
  @media (min-width: 0) and (max-width: 600px) {
    .progress-bar .indicator {
      width: 60%; } }
    .progress-bar .indicator .fill {
      background-color: rgba(207, 235, 249, 0.72);
      height: 100%;
      -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      -moz-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      -o-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
      transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.box .lehrgang-empfehlung {
  text-align: left;
  background: #005799;
  color: white;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 4px;
  margin-top: 10px;
  overflow: auto; }
  .box .lehrgang-empfehlung:hover {
    background-color: #4f7eb9; }
  .box .lehrgang-empfehlung.red {
    background-color: #db0029; }
    .box .lehrgang-empfehlung.red a {
      color: white;
      text-decoration: none; }
      .box .lehrgang-empfehlung.red a:hover {
        color: white; }
    .box .lehrgang-empfehlung.red:hover {
      background-color: #e74e51; }
  .box .lehrgang-empfehlung.first {
    margin-top: 40px; }
  .box .lehrgang-empfehlung h3 {
    margin: 0;
    margin-bottom: 0.3em;
    font-size: 1.4em; }
  .box .lehrgang-empfehlung p {
    text-align: left;
    font-size: 0.95em; }
  .box .lehrgang-empfehlung h4 {
    font-size: 1.1em;
    float: right;
    display: inline-block;
    margin-bottom: 0; }
  .box .lehrgang-empfehlung .infos_anzeigen {
    width: 48.97959%;
    float: left;
    margin-right: 2.04082%; }
  .box .lehrgang-empfehlung .lehrgang-name {
    width: 59.18367%;
    float: left;
    margin-right: 2.04082%; }
  .box .lehrgang-empfehlung .lehrgang-auswaehlen {
    width: 38.77551%;
    float: right;
    margin-right: 0; }
    .box .lehrgang-empfehlung .lehrgang-auswaehlen .inputfield {
      float: right;
      display: inline; }
      .box .lehrgang-empfehlung .lehrgang-auswaehlen .inputfield .checkbox {
        background-color: transparent; }
        .box .lehrgang-empfehlung .lehrgang-auswaehlen .inputfield .checkbox.selected {
          background-color: white; }

.box .row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .box .row:after {
    content: " ";
    display: block;
    clear: both; }

.box .lehrgangform {
  padding-top: 0.5em; }
  .box .lehrgangform .close_button {
    display: block;
    overflow: hidden; }
    .box .lehrgangform .close_button span {
      float: right; }
      .box .lehrgangform .close_button span:hover {
        color: #e74e51; }
  .box .lehrgangform .resultat {
    background-color: lightgray;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden; }
    .box .lehrgangform .resultat h3 {
      color: #db0029;
      font-size: 1.5em;
      margin: 0; }
@media (min-width: 0) and (max-width: 600px) {
  .box .lehrgangform .resultat h3 {
    font-size: 1em;
    width: 70%;
    padding-top: 1em;
    padding-right: 0.5em; } }
    .box .lehrgangform .resultat h4 {
      color: #db0029;
      font-size: 1.25em;
      margin: 0;
      font-weight: 500;
      margin-bottom: 1em; }
@media (min-width: 0) and (max-width: 600px) {
  .box .lehrgangform .resultat h4 {
    font-size: 1em;
    font-weight: 400;
    width: 70%;
    padding-right: 0.5em; } }
    .box .lehrgangform .resultat p {
      text-align: left;
      font-size: 0.938em; }
    .box .lehrgangform .resultat .smallimg {
      width: 30%;
      float: right; }
    .box .lehrgangform .resultat .text {
      box-sizing: border-box;
      padding: 1em; }
@media (min-width: 600px) {
  .box .lehrgangform .resultat .text {
    width: 69.38776%;
    float: left;
    margin-right: 2.04082%; } }
@media (min-width: 0) and (max-width: 600px) {
  .box .lehrgangform .resultat .text {
    min-height: 10em;
    padding-right: 0;
    padding-top: 0; } }
    .box .lehrgangform .resultat .textfull {
      box-sizing: border-box;
      padding: 1em;
      padding-top: 0;
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; }
    .box .lehrgangform .resultat .bild {
      position: relative; }
@media (min-width: 600px) {
  .box .lehrgangform .resultat .bild {
    width: 28.57143%;
    float: right;
    margin-right: 0; } }
      .box .lehrgangform .resultat .bild .figureimg {
        position: absolute;
        height: 450px;
        width: 100%;
        background-position: top right; }
@media (min-width: 0) and (max-width: 600px) {
  .box .lehrgangform .resultat .bild .figureimg {
    height: 10em; } }
  .box .lehrgangform .form {
    margin-top: 1em;
    background-color: #005799;
    color: white;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1em;
    overflow: auto; }
    .box .lehrgangform .form h3 {
      font-size: 1.5em;
      margin: 0; }
@media (min-width: 0) and (max-width: 330px) {
  .box .lehrgangform .form h3 {
    font-size: 1em; } }
    .box .lehrgangform .form h4 {
      font-size: 1.2em;
      margin: 0; }
    .box .lehrgangform .form p {
      margin-top: 1em;
      text-align: left;
      font-size: 0.938em; }
@media (min-width: 0) and (max-width: 330px) {
  .box .lehrgangform .form p {
    font-size: 0.8em; } }
    .box .lehrgangform .form .text {
      box-sizing: border-box;
      width: 69.38776%;
      float: left;
      margin-right: 2.04082%;
      margin-bottom: 1em; }
    .box .lehrgangform .form .requiredText {
      font-size: 0.9em; }
    .box .lehrgangform .form .bild {
      position: relative;
      width: 28.57143%;
      float: right;
      margin-right: 0; }
      .box .lehrgangform .form .bild .figureimg {
        position: absolute;
        height: 167px;
        width: 100%;
        background-position: top right; }
  .box .lehrgangform .fields {
    margin-top: 1em;
    display: inline-block;
    overflow: hidden;
    width: 100%; }
    .box .lehrgangform .fields select {
      color: black; }
  .box .lehrgangform input[type="text"], .box .lehrgangform input[type="email"] {
    color: black;
    border-radius: 0;
    padding: 2px;
    font-size: 0.875em; }
    .box .lehrgangform input[type="text"].ng-invalid.ng-touched, .box .lehrgangform input[type="email"].ng-invalid.ng-touched {
      border: solid 1px #db0029;
      color: #db0029; }
  .box .lehrgangform button, .box .lehrgangform .button, .box .lehrgangform .button {
    font-size: 1.25em;
    margin: 0;
    margin-top: 14px;
    float: right; }
    .box .lehrgangform button.disabled, .box .lehrgangform .disabled.button, .box .lehrgangform .button.disabled {
      background-color: #db0029; }
      .box .lehrgangform button.disabled:hover, .box .lehrgangform .disabled.button:hover, .box .lehrgangform .button.disabled:hover {
        cursor: not-allowed; }
@media (min-width: 0) and (max-width: 600px) {
  .box .lehrgangform button, .box .lehrgangform .button, .box .lehrgangform .button {
    float: left;
    font-size: 1.2em; } }
  .box .lehrgangform .was_sent {
    margin-top: 1em;
    background-color: #005799;
    color: white;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 1em;
    overflow: auto; }
    .box .lehrgangform .was_sent h3 {
      font-size: 1.5em;
      margin: 0; }
    .box .lehrgangform .was_sent h4 {
      font-size: 1.2em;
      margin: 0; }
    .box .lehrgangform .was_sent p {
      margin-top: 1em;
      text-align: left;
      font-size: 0.938em; }
    .box .lehrgangform .was_sent ul.circle_elements li {
      display: inline-block;
      background-color: white;
      width: 50px;
      height: 50px;
      margin-right: 20px;
      border-radius: 25px;
      margin-top: 1em; }
@media (min-width: 0) and (max-width: 480px) {
  .box .lehrgangform .was_sent ul.circle_elements li {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 16px; } }
    .box .lehrgangform .was_sent .lehrgang_links {
      width: 100%; }
    .box .lehrgangform .was_sent button.red, .box .lehrgangform .was_sent .red.button, .box .lehrgangform .was_sent .button.red {
      margin: 0;
      display: block;
      padding: 7px;
      clear: both;
      float: inherit;
      font-size: 1em;
      word-break: normal;
      text-align: left;
      margin-bottom: 1.5em;
      text-wrap: normal;
      word-break: normal;
      white-space: normal;
      position: relative; }
      .box .lehrgangform .was_sent button.red .arrow-right, .box .lehrgangform .was_sent .red.button .arrow-right, .box .lehrgangform .was_sent .button.red .arrow-right {
        float: right;
        position: absolute;
        right: 6px;
        top: calc(50% - 8px); }
      .box .lehrgangform .was_sent button.red .text, .box .lehrgangform .was_sent .red.button .text, .box .lehrgangform .was_sent .button.red .text {
        width: calc(100% - 20px); }
@media (min-width: 0) and (max-width: 600px) {
  .box .lehrgangform .was_sent button.red, .box .lehrgangform .was_sent .red.button, .box .lehrgangform .was_sent .button.red {
    margin-top: 1em; } }
@media (min-width: 0) and (max-width: 330px) {
  .box .inputfield {
    font-size: 0.8em; } }
.box .inputfield .checkbox {
  width: 0.6em;
  height: 0.6em;
  border: solid 2px white;
  margin-right: 0.2em;
  display: inline-block;
  background-color: white; }
  .box .inputfield .checkbox.selected {
    background-color: #4f7eb9; }
@media (min-width: 0) and (max-width: 330px) {
  .box .inputfield .checkbox {
    font-size: 1.5em; } }
.box .inputfield a {
  color: white;
  text-decoration: underline; }
  .box .inputfield a:hover {
    color: #e74e51; }

form.ng-submitted input[type="text"].ng-invalid, form.ng-submitted input[type="email"].ng-invalid {
  border: solid 1px #db0029;
  color: #db0029; }
form.ng-submitted .ng-invalid-required::-webkit-input-placeholder {
  color: #db0029; }
form.ng-submitted .ng-invalid-required:-moz-placeholder {
  /* Firefox 18- */
  color: #db0029; }
form.ng-submitted .ng-invalid-required::-moz-placeholder {
  /* Firefox 19+ */
  color: #db0029; }
form.ng-submitted .ng-invalid-required:-ms-input-placeholder {
  color: #db0029; }

::-webkit-input-placeholder {
  color: black; }

:-moz-placeholder {
  /* Firefox 18- */
  color: black; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: black; }

:-ms-input-placeholder {
  color: black; }

.three {
  width: 31.81818%;
  float: left;
  margin-right: 2.27273%; }

input.one, select.one {
  width: 18.36735%;
  float: left;
  margin-right: 2.04082%; }

input.six {
  width: 59.18367%;
  float: left;
  margin-right: 2.04082%; }

input.four {
  width: 38.77551%;
  float: left;
  margin-right: 2.04082%; }

input.ten {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

@media (min-width: 600px) {
  .last {
    float: right;
    margin-right: 0; } }

input.last {
  float: right;
  margin-right: 0; }

.ten {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.five {
  width: 48.97959%;
  float: left;
  margin-right: 2.04082%; }
  @media (min-width: 0) and (max-width: 600px) {
    .five {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 600px) {
    .five.last {
      float: right;
      margin-right: 0; } }

.selectkram {
  position: relative; }
  .selectkram select {
    position: absolute;
    opacity: 0.0; }
  .selectkram .arrow-holder {
    position: relative;
    width: 10%;
    height: 1px; }
    .selectkram .arrow-holder .arrow-down {
      position: absolute;
      top: 8px;
      right: -1.9em; }

.show-phone .selectkram select {
  width: 40%; }
.show-phone .selectkram .arrow-holder {
  position: absolute; }
  .show-phone .selectkram .arrow-holder .arrow-down {
    right: -7.4em; }
@media (min-width: 0) and (max-width: 330px) {
  .show-phone .selectkram .arrow-holder .arrow-down {
    right: -4em; } }
@media (min-width: 330px) and (max-width: 480px) {
  .show-phone .selectkram .arrow-holder .arrow-down {
    right: -5em; } }

.box.teilnahmebedingungen .close_button {
  height: 2em;
  width: 100%; }
  .box.teilnahmebedingungen .close_button span {
    float: right; }
.box.teilnahmebedingungen h1 {
  font-size: 1.5em; }
.box.teilnahmebedingungen p {
  text-align: left; }

@-webkit-keyframes wiggler {
   0% {
    margin-left: 0.4em;
    margin-right: 0.4em; }
   79% {
    margin-left: 0.4em;
    margin-right: 0.4em; }
   80% {
    margin-left: 0.8em;
    margin-right: 0; }
   99% {
    margin-left: 0.8em;
    margin-right: 0; }
   100% {
    margin-left: 0.4em;
    margin-right: 0.4em; } }

@-moz-keyframes wiggler {
   0% {
    margin-left: 0.4em;
    margin-right: 0.4em; }
   79% {
    margin-left: 0.4em;
    margin-right: 0.4em; }
   80% {
    margin-left: 0.8em;
    margin-right: 0; }
   99% {
    margin-left: 0.8em;
    margin-right: 0; }
   100% {
    margin-left: 0.4em;
    margin-right: 0.4em; } }

@keyframes wiggler {
   0% {
    margin-left: 0.4em;
    margin-right: 0.4em; }
   79% {
    margin-left: 0.4em;
    margin-right: 0.4em; }
   80% {
    margin-left: 0.8em;
    margin-right: 0; }
   99% {
    margin-left: 0.8em;
    margin-right: 0; }
   100% {
    margin-left: 0.4em;
    margin-right: 0.4em; } }
.button-wiggle {
  -webkit-animation: wiggler 1.3s none infinite;
  -moz-animation: wiggler 1.3s none infinite;
  animation: wiggler 1.3s none infinite; }

.debug {
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: darkgray;
  padding: 20px;
  overflow: auto; }
  .debug .ranking, .debug .tentative {
    display: inline-block; }
  .debug .rank {
    display: inline-block;
    padding: 0.5em;
    margin: 0.3em;
    margin-right: 0;
    border-radius: 0.5em;
    background-color: #5a5a5a;
    color: #dddddd; }

.hide-phone {
  display: inherit; }
  @media (min-width: 0) and (max-width: 600px) {
    .hide-phone {
      display: none !important; } }

.show-phone {
  display: none !important; }
  @media (min-width: 0) and (max-width: 600px) {
    .show-phone {
      display: inherit !important; } }

.quassel {
  background: blue; }

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