﻿body {
}

header {
}

header .logo {
    width: 15em;
}

i.icon {
    margin-right: 0.5em;
}

/* -----------------------------
    Validation
   ----------------------------- */

label.field-validation-error::before {
    content: "» ";
    font-weight: bold;
    font-size: 18px !important;
    font-style: italic;
}

label.field-validation-error {
    color: #cc081c;
    font-size: 0.85rem;
    font-style: italic;
}

.FieldError {
    color: #cc081c;
}

.NonFieldError::before {
    content: none;
}

.NonFieldError {
    color: #cc081c;
}

.input-validation-error {
    border-color: #cc081c;
}

div#Loading {
  position: absolute;
  right: 15px;
  top: 22px;
  display: none;
}

h1, h2, h3 {
  font-weight: 400;
  letter-spacing: 1.3px;
  font-style: normal;
}

h1 {
  font-size: 1.2rem;
}

h4 {
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 1.3px;
  font-style: normal;
}

label {
  font-weight: 400;
  letter-spacing: 0.96px;
  font-style: normal;
}

.Fehlertext {
  color: Red;
  font-style: italic;
}

.Warnung {
  color: Orange;
  font-style: italic;
}

.WarnungCusErrors {
  color: Orange;
}

.FehlerCusErrors {
  color: Red;
}

p.WarnungCusErrors {
  font-size: 12px;
  font-weight: bold;
}

p.FehlerCusErrors {
  font-size: 12px;
  font-weight: bold;
}

h1.WarnungCusErrors {
  font-size: 16px;
}

h1.FehlerCusErrors {
  font-size: 16px;
}


@media (max-width: 428px) {
  #main-section {
    border: 0px !important;
  }
}

