@charset "UTF-8";
/** RESET **/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

em,
i {
  font-style: italic;
}

header,
nav,
main,
section,
article,
aside,
footer {
  display: block;
}

.ContentRow,
.clearfix {
  zoom: 1;
}
.ContentRow:before, .ContentRow:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.ContentRow:after,
.clearfix:after {
  clear: both;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.Color {
  color: #22A744;
}

.Error {
  color: tomato;
  font-size: 12px;
  line-height: 14px;
}

.ColorAlternative {
  color: #FFED00;
}

.Uppercase {
  text-transform: uppercase;
}

.Lowercase {
  text-transform: lowercase;
}

.Nocase {
  text-transform: none;
}

.Justified {
  text-align: justify;
}

.Smaller {
  font-size: 12px;
  line-height: 22px;
  color: rgba(42, 42, 41, 0.7);
}

i.fa {
  font-size: 0;
  line-height: 0;
}
i.fa:before {
  font-size: 16px;
  line-height: 24px;
}

.HLPR-Debug {
  padding: 40px;
  background-color: #F6F6F6;
}
.HLPR-Debug + .HLPR-Debug {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.HLPR-Debug + .HLPR-Debug.Same {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}
.HLPR-Debug div {
  display: inline;
}
.HLPR-Debug div.Invisible {
  display: none;
}
.HLPR-Debug a {
  cursor: pointer;
}
.HLPR-Debug a:hover {
  border-bottom-color: transparent;
}

img[id^=Image--] {
  display: inline-block;
  max-width: 100%;
  height: auto;
  position: relative;
}
img[id^=Image--]:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  line-height: normal;
  font-size: 16px;
  padding: 10px;
}
img[id^=Image--]:after {
  display: block;
  width: 100%;
  content: "";
}

.InputToggleCheckbox {
  display: none;
}

a {
  color: #22A744;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover {
  border-bottom-color: currentColor;
}
a, a:before, a:after, a[rel^=lightbox] img {
  -webkit-transition: all 0.3s ease .1ms;
  -moz-transition: all 0.3s ease .1ms;
  -o-transition: all 0.3s ease .1ms;
  transition: all 0.3s ease .1ms;
  -webkit-transition-property: color, background-color, border-color, text-shadow, box-shadow, -webkit-transform;
  transition-property: color, background-color, border-color, text-shadow, box-shadow, transform;
}
a[target=_blank]:not(.NoIcon) {
  margin-right: 6px;
}
a[target=_blank]:not(.NoIcon):after {
  color: #AAAAAA;
  content: " ";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a[target=_blank]:not(.NoIcon)[href$=".pdf"]:after {
  content: " ";
}
a img {
  color: #FFFFFF;
}

.Button {
  display: inline-block;
  padding: 11px 20px;
  min-width: 260px;
  min-height: 50px;
  border-radius: 0;
  box-shadow: none;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  border: 1px solid #DFDFDF;
  background-color: #ECECED;
  color: #2a2a29;
  -webkit-transition: all 0.3s ease .1ms;
  -moz-transition: all 0.3s ease .1ms;
  -o-transition: all 0.3s ease .1ms;
  transition: all 0.3s ease .1ms;
  -webkit-transition-property: color, background-color, border-color, text-shadow, box-shadow, -webkit-transform;
  transition-property: color, background-color, border-color, text-shadow, box-shadow, transform;
}
.Button:hover {
  border-color: #DFDFDF;
  background-color: #DFDFDF;
  color: #2a2a29;
}
.Button.Background--Main {
  border: 1px solid #22A744;
  background-color: #22A744;
  color: #FFFFFF;
  text-transform: uppercase;
}
.Button.Background--Main:hover {
  border-color: #2a2a29;
  background-color: #2a2a29;
  color: #FFFFFF;
}
.Button.Background--Attention {
  border: 1px solid tomato;
  background-color: tomato;
  color: #FFFFFF;
  text-transform: uppercase;
}
.Button.Background--Attention:hover {
  border-color: #2a2a29;
  background-color: #2a2a29;
  color: #FFFFFF;
}
.Button.Background--Text {
  border: 1px solid #2a2a29;
  background-color: #2a2a29;
  color: #FFFFFF;
  text-transform: uppercase;
}
.Button.Background--Text:hover {
  border-color: #22A744;
  background-color: #22A744;
  color: #FFFFFF;
}
.Button.Position--Right {
  float: right;
}
@media screen and (max-width: 450px) {
  .Button.Position--Right {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
}
.Button.Fullwidth {
  width: 100%;
}
.Button.Fullwidth + .Button {
  margin-top: 20px;
}
.Button.Square {
  min-width: 50px;
  width: 50px;
  padding: 10px 10px;
}
.Button.InputHeight {
  min-height: 46px;
  height: 46px;
  padding: 8px 20px;
}
.Button.InputHeight.Square {
  min-width: 46px;
  width: 46px;
  padding: 8px 10px;
}
.Button .Help {
  font-weight: 400;
  font-size: 16px;
  display: block;
  text-transform: none;
}

li {
  margin-left: 20px;
}

ul > li {
  list-style-type: square;
}

ol > li {
  list-style-type: decimal;
}

strong, b {
  font-weight: 700;
}

hr {
  display: block;
  height: 1px;
  background-color: #2a2a29;
  border-width: 0;
  font-size: 0;
  line-height: 0;
}

h1 {
  margin: 0 0 0 0;
  font-size: 52px;
  line-height: 58px;
  font-weight: 300;
  text-transform: none;
}
h1:last-child {
  margin-bottom: 0;
}
h1.Margin--No {
  margin: 0;
}
h1 strong {
  color: #2a2a29;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin: 0 0 20px 0;
  font-size: 25px;
  line-height: 29px;
  font-weight: 300;
  text-transform: none;
}
h2:last-child {
  margin-bottom: 0;
}
h2 strong {
  font-weight: 500;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
h3 strong {
  font-weight: 500;
}

table th.Number,
table td.Number {
  text-align: right;
}

html {
  height: 100%;
  background-color: #FFFFFF;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen {
  html.Stage--Demo, html.Stage--Staging {
    padding-top: 44px;
  }
  html.Stage--Demo body:before, html.Stage--Staging body:before {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFED00;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    content: "Entwicklungsumgebung";
    display: block;
    z-index: 999999999;
  }
}
@media screen and (max-width: 1640px) {
  html.Stage--Demo body #HeaderArea #MenuArea, html.Stage--Staging body #HeaderArea #MenuArea {
    top: 145px;
    --header-height: 145px;
  }
}
@media screen {
  html.Stage--Demo body:before {
    content: "Demo";
  }
}

body {
  height: 100%;
  padding: 0 0;
  font-family: Roboto, Arial, Geneva, sans-serif;
  font-size: 16px;
  font-size-adjust: none;
  line-height: 24px;
  color: #2a2a29;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
body:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease .1ms, visibility .1ms linear 0.3s;
  -moz-transition: opacity 0.3s ease .1ms, visibility .1ms linear 0.3s;
  -o-transition: opacity 0.3s ease .1ms, visibility .1ms linear 0.3s;
  transition: opacity 0.3s ease .1ms, visibility .1ms linear 0.3s;
}
.ShowOverlay body:after {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease .1ms, visibility .1ms linear .1ms;
  -moz-transition: opacity 0.3s ease .1ms, visibility .1ms linear .1ms;
  -o-transition: opacity 0.3s ease .1ms, visibility .1ms linear .1ms;
  transition: opacity 0.3s ease .1ms, visibility .1ms linear .1ms;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #22A744;
}

::selection {
  color: #FFFFFF;
  background-color: #22A744;
}

.Env-Development-Kunden h1:before,
.Env-Development-Kunden h2:before,
.Env-Development-Kunden h3:before,
.Env-Development-Kunden h4:before,
.Env-Development-Kunden h5:before,
.Env-Development-Kunden h6:before {
  width: 30px;
  height: 30px;
  background-color: #333333;
  border-radius: 100%;
  font-family: Arial, Geneva, sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  opacity: 0.1;
  -webkit-transform: translate(-30px, -10px);
  -ms-transform: translate(-30px, -10px);
  transform: translate(-30px, -10px);
}
.Env-Development-Kunden h1:before {
  content: "h1";
}
.Env-Development-Kunden h2:before {
  content: "h2";
}
.Env-Development-Kunden h3:before {
  content: "h3";
}
.Env-Development-Kunden h4:before {
  content: "h4";
}
.Env-Development-Kunden h5:before {
  content: "h5";
}
.Env-Development-Kunden h6:before {
  content: "h6";
}

.Form .FormRow + .FormRow {
  margin-top: 10px;
}
.Form input {
  border: 2px solid transparent;
  outline: 1px solid #DFDFDF;
  margin: 1px 0;
  background-color: transparent;
  line-height: 40px;
  font-size: 20px;
  font-family: inherit;
  height: 44px;
  padding: 0 10px;
  border-radius: 0;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.Form input[disabled], .Form input[readonly] {
  background-color: #ECECED;
  border-color: #ECECED;
  color: #2a2a29;
}
.Form input[disabled]:focus, .Form input[readonly]:focus {
  color: #2a2a29;
  outline-color: #DFDFDF;
  border-color: #ECECED;
}
.Form input:focus {
  color: #22A744;
  outline-color: #22A744;
  border-color: #22A744;
}
.Form input[type=file] {
  box-sizing: content-box;
  outline: 0 none;
  line-height: 40px;
  height: 44px;
  padding: 0;
  background-color: #ECECED;
  border: 1px solid #DFDFDF;
}
.Form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.Form input[type=checkbox]:checked + .Checkbox:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Form input[type=checkbox]:checked + .SimpleCheckbox:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Form input[type=checkbox] + .Checkbox {
  position: relative;
  cursor: pointer;
}
.Form input[type=checkbox] + .Checkbox:after {
  content: "";
  display: block;
  width: 100%;
  border: 2px solid transparent;
  outline: 1px solid #DFDFDF;
  background-color: #ECECED;
  line-height: 40px;
  font-size: 20px;
  font-family: inherit;
  height: 44px;
  padding: 0 15px;
  border-radius: 0;
  text-align: center;
  color: inherit;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Form input[type=checkbox] + .Checkbox.LabelRight {
  margin-left: 24px;
  width: auto;
}
.Form input[type=checkbox] + .Checkbox.LabelRight:after {
  height: 24px;
  width: 24px;
  border: none;
  outline: none;
  background-color: transparent;
  line-height: 24px;
  font-size: 20px;
  padding: 0;
  border-radius: 0;
  text-align: left;
  color: #22A744;
  position: absolute;
  top: 0;
  left: -24px;
}
.Form input[type=checkbox] + .SimpleCheckbox:before {
  content: "";
  display: inline-block;
  width: 20px;
  border: none;
  line-height: 20px;
  font-size: 20px;
  font-family: inherit;
  border-radius: 0;
  text-align: left;
  color: inherit;
  cursor: pointer;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Form input[type=checkbox].ButtonCheckbox {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.Form input[type=checkbox].ButtonCheckbox:checked + label.Button:before {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Form input[type=checkbox].ButtonCheckbox + label.Button {
  position: relative;
}
.Form input[type=checkbox].ButtonCheckbox + label.Button:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  line-height: 20px;
  text-align: center;
  font-size: 23px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.Form input[type=checkbox].ButtonCheckbox + label.Button + .Error {
  margin-top: 5px;
}
.Form input.Error {
  line-height: 40px;
  font-size: 20px;
  color: inherit;
  outline-color: tomato;
}
.Form input.Fullwidth {
  width: 100%;
}
.Form label {
  width: 100%;
  display: inline-block;
}
.Form label.ButtonHeight input {
  height: 49px;
  line-height: 43px;
}
.Form label.Button input[type=file] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}
.Form label > span {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
.Form label > span .Help {
  font-size: 16px;
  vertical-align: bottom;
}
.Form label input {
  width: 100%;
}
.Form label input[type=number]:not(.Controls) {
  -moz-appearance: textfield;
}
.Form label input[type=number]:not(.Controls)::-webkit-outer-spin-button, .Form label input[type=number]:not(.Controls)::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.Form label span.Error {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
}
.Form .Multiselect {
  display: inline-block;
  min-height: 200px;
  min-width: 170px;
  position: relative;
}
.Form .Multiselect.Fullwidth {
  width: 100%;
}
.Form .Multiselect.Error {
  line-height: 40px;
  font-size: 20px;
  color: inherit;
}
.Form .Multiselect.Error:before {
  border-color: tomato;
}
.Form .Multiselect.Error:after {
  border-left-color: tomato;
}
.Form .Multiselect.Disabled:before, .Form .Multiselect.Readonly:before {
  background-color: #ECECED;
}
.Form .Multiselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  z-index: 1;
  background-color: transparent;
  color: inherit;
  width: 100%;
  position: relative;
  line-height: 44px;
  padding: 0 47px 0 15px;
  outline: none;
  border: 1px solid #DFDFDF;
  min-height: 200px;
}
.Form .Multiselect select:focus {
  outline: none;
}
.Form .Multiselect select option {
  padding: 5px 15px;
  background-color: #FFFFFF;
  color: #2a2a29;
  width: 100%;
}
.Form .Multiselect select option[disabled] {
  color: #aaaaa8;
}
.Form .Multiselect select option:checked {
  background-color: #22A744;
}
.Form .Dropdown {
  display: inline-block;
  height: 46px;
  min-width: 170px;
  position: relative;
}
.Form .Dropdown.Disabled:before, .Form .Dropdown.Readonly:before {
  background-color: #ECECED;
}
.Form .Dropdown:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #DFDFDF;
}
.Form .Dropdown:after {
  content: "";
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  text-align: center;
  line-height: 44px;
  height: 100%;
  background-color: #ECECED;
  border: 1px solid #DFDFDF;
}
.Form .Dropdown.Fullwidth {
  width: 100%;
}
.Form .Dropdown.Error {
  line-height: 40px;
  font-size: 20px;
  color: inherit;
}
.Form .Dropdown.Error:before {
  border-color: tomato;
}
.Form .Dropdown.Error:after {
  border-left-color: tomato;
}
.Form .Dropdown.Disabled:before {
  background-color: #ECECED;
}
.Form .Dropdown select::-ms-expand {
  display: none;
}
.Form .Dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  z-index: 1;
  background-color: transparent;
  color: inherit;
  border: 0 none;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 44px;
  padding: 0 47px 0 15px;
  outline: none;
}
.Form .Dropdown select:focus {
  outline: none;
  border: 0 none;
}
.Form .Dropdown select option {
  padding: 5px 15px;
  background-color: #FFFFFF;
  color: #2a2a29;
}
.Form .Dropdown select option[disabled] {
  color: #aaaaa8;
}
.Form textarea {
  border: 2px solid transparent;
  outline: 1px solid #DFDFDF;
  background-color: transparent;
  line-height: 24px;
  font-size: 20px;
  font-family: inherit;
  padding: 7px 15px;
  width: 100%;
  min-height: 100px;
  resize: vertical;
}

#UserLogin {
  width: 100%;
  max-width: 430px;
  padding: 80px 20px;
  margin: 0 auto;
  text-align: center;
}
#UserLogin #LogoArea {
  display: block;
  width: 100%;
  border-bottom-width: 0;
  margin-bottom: 30px;
}
#UserLogin h1 {
  padding: 30px 0;
  margin-bottom: 70px;
  border-top: 3px solid #DFDFDF;
  font-size: 74px;
  font-weight: 300;
  line-height: 80px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  text-align: center;
}
#UserLogin h1 strong {
  font-size: 61px;
  font-weight: 300;
}
#UserLogin .ErrorBox {
  background-color: #2a2a29;
  color: #FFFFFF;
  padding: 20px 20px;
}
#UserLogin .ErrorBox a {
  color: #FFFFFF;
}
#UserLogin .ErrorBox a:hover {
  color: #FFED00;
}
#UserLogin .FormRow + .FormRow {
  margin-top: 30px;
}
#UserLogin .FormRow label span {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 15px;
}
#UserLogin .FormRow label input {
  display: block;
  width: 100%;
}
#UserLogin .Button {
  width: 100%;
}

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