@charset "UTF-8";
/* stylelint-disable selector-max-id */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "ClanforLBBW";
  src: url("../fonts/ClanforLBBW-Medium.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "ClanforLBBW";
  src: url("../fonts/ClanforLBBW-News.ttf") format("truetype");
}
/*
  Colors according to the admin style guide
*/
/* hover */
/**
This file contains default values for variables used in PDP.
It should not be overridden. To modify this variables set what you need in _customer-variables.scss
 */
@font-face {
  font-family: "ClanforLBBW";
  src: url("../fonts/ClanforLBBW-Medium.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "ClanforLBBW";
  src: url("../fonts/ClanforLBBW-News.ttf") format("truetype");
}
/*stylelint-disable scss/dollar-variable-pattern */
/*
  Colors according to the admin style guide
*/
/* hover */
/*stylelint-enable scss/dollar-variable-pattern */
.k-loading-mask {
  visibility: hidden;
}
.k-loading-mask.k-loading-mask--visible {
  visibility: visible;
  animation-name: lic-delay;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.k-loading-mask.login-loading-mask .k-loading-text {
  top: calc(50% + 33px);
  left: 0;
}
.k-loading-mask.login-loading-mask .k-loading-image {
  top: calc(50% - 71px);
}

@keyframes lic-delay {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* stylelint-disable-next-line selector-max-id */
#login-iframe-container {
  /* stylelint-disable-next-line selector-max-id */
}
#login-iframe-container.iframe-wrapper-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

/* stylelint-disable-next-line selector-max-id */
#loginIFrame {
  /* stylelint-disable-next-line selector-max-id */
}
#loginIFrame.iframe-front {
  z-index: 30;
  background-color: white;
}
#loginIFrame {
  /* stylelint-disable-next-line selector-max-id */
}
#loginIFrame.iframe-maximized {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #123250;
  background: #f3f5f6;
  font-family: "ClanforLBBW";
  height: 100%;
  position: relative;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-bottom: 102px;
  position: relative;
}

button,
.form-control,
.btn,
.button,
input,
.login-control {
  transition: box-shadow 0.2s ease;
}
button:focus,
.form-control:focus,
.btn:focus,
.button:focus,
input:focus,
.login-control:focus {
  outline: none;
}

a {
  color: #512b2b;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
  display: none;
}

.logo {
  padding: 12px 25px;
  overflow: hidden;
  background: #fff;
}
.logo img {
  float: left;
  width: 130px;
  height: 27px;
}

#build-timestamp-container {
  display: none;
  float: left;
  font-size: 11px;
  color: var(--top-header-build-timestamp-color);
  height: 27px;
}
#build-timestamp-container #build-timestamp-text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px;
  height: inherit;
}

.login-col-menu {
  background-color: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.login-col-menu .menu-item {
  background-color: #123250;
  color: #fff;
  flex-grow: 1;
  min-width: 33.333%;
  font-size: 16px;
  padding: 14px;
  text-align: center;
}
.login-col-menu .menu-item.selected {
  background-color: #fff;
  color: #123250;
}
.login-col-menu .menu-item.selected a {
  color: inherit;
}
.login-col-menu .menu-item:hover {
  background-color: #fff;
  color: #123250;
  cursor: pointer;
}
.login-col-menu .menu-item:hover a {
  color: inherit;
}
.login-col-menu .menu-item .menuitem-icon {
  display: none;
}

.login-col-header {
  color: #123250;
  font-family: "ClanforLBBW";
  font-size: 27px;
  margin-top: 60px;
  padding: 27px 0;
}

.main-logo {
  background-image: url("../images/login/logo.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 38px;
  width: 177px;
  margin-left: 90px;
  position: absolute;
  right: 50px;
  top: 50px;
}

#errorDiv {
  color: #ff0000;
  height: 50px;
}

.container-login {
  min-height: 480px;
}
.container-login .login-col {
  max-width: 550px;
  margin: 0 auto;
  float: none;
}
.container-login .login-col .iframe-only-mode > :not(.login-col-main) {
  display: none;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper {
  float: left;
  width: 100%;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main {
  min-height: 480px;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main .login-method h1 {
  color: #ee7023;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
  padding-left: 60px;
  padding-top: 30px;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main .login-method .info {
  float: right;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: -45px;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main .login-method .errorDiv {
  float: left;
  color: red;
  font-weight: bold;
  margin-top: -45px;
  padding-left: 10px;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main .login-method iframe {
  width: 100%;
  height: 100%;
}
.container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-form {
  display: none;
}

.container-login iframe .iframeLogin .login-infomenu {
  overflow: auto;
}
.container-login iframe .iframeLogin .login-infomenu ms-viewport {
  height: auto;
}

#errorDiv {
  color: #ff0000;
  padding-top: 30px;
}

#login-iframe-container {
  --iframe-height: 610px;
  --iframe-width: 550px;
  background-color: transparent;
  width: var(--iframe-width);
  height: var(--iframe-height);
}

#login-iframe-container.login-iframe-ebics {
  --iframe-height: 340px;
  background-color: white;
  height: var(--iframe-height);
}

.login-col-infomenu {
  float: left;
  min-height: 480px;
  overflow: hidden;
}
.login-col-infomenu .login-col-infomenu-bg {
  background-color: transparent;
}
.login-col-infomenu a {
  font-size: 12px;
  font-weight: 700;
}
.login-col-infomenu ul li {
  line-height: 50px;
  list-style: none;
}
.login-col-infomenu .bottom {
  bottom: 20px;
  padding-left: 40px;
  position: absolute;
  width: 100%;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

form input {
  color: #123250;
  background-color: #f3f5f6;
  border: 0;
  height: 40px;
  margin-bottom: 30px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
}
form input#sendBtn {
  background-color: #123250;
  color: #fff;
  height: 40px;
  clear: both;
  margin-top: 40px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 0;
  width: 150px;
  float: right;
  text-transform: uppercase;
  font-family: "ClanforLBBW";
  font-weight: bold;
  font-size: 20px;
}
form input#sendBtn:focus {
  box-shadow: none;
}
form input#sendBtn[disabled] {
  background-color: #b0c6db;
  cursor: default;
}

.upload-group input {
  float: left;
  width: 68%;
}
.upload-group input[type=button] {
  background-color: #ee7023;
  color: #fff;
  float: right;
  width: 30%;
}

.footer-wrapper {
  background: #f1f1f4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer {
  margin: 0;
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
}
@media all and (-ms-high-contrast: none) {
  .footer {
    min-height: auto;
    height: 100px;
  }
}
.footer li {
  padding: 20px;
}
.footer a {
  display: inline-block;
  color: #123250;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid #37c391;
}
.footer a:hover, .footer a:focus {
  color: #37c391;
}

@media (max-width: 767px) {
  .main-logo {
    background-image: url("../images/login/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .container-login {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .login-row {
    margin: 0 !important;
    padding: 0 !important;
  }
  .login-col-infomenu {
    margin-top: 2px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .login-col-infomenu {
    margin-top: 0 !important;
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (min-width: 480px) {
  .login-col-infomenu .login-col-infomenu-bg {
    background-color: transparent;
    min-height: 480px;
    padding-top: 35px;
  }
  form {
    padding: 20px;
  }
  .iframe-login-method form {
    padding: 55px 5px 5px;
  }
  .mobile {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .container-login {
    margin-left: 10px;
    margin-right: 10px;
  }
  .container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main {
    background-color: transparent;
    margin-left: 0;
    min-height: 400px;
    padding-top: 80px;
    width: 100%;
  }
  form {
    padding: 10px;
  }
  form input#sendBtn {
    width: 100%;
  }
  .desktop {
    display: none !important;
  }
  .login-col-infomenu {
    background-color: transparent;
    float: left;
    min-height: 0;
    overflow: hidden;
  }
  .login-col-infomenu .info-icon {
    display: none !important;
  }
  .login-col-infomenu .bottom {
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    width: 100%;
  }
}
body.iframe-login {
  background: #fff;
  margin: 0;
}
body.iframe-login:after {
  display: none;
}

.login-iframe {
  border: 0;
  position: relative;
  z-index: 100;
}

.login-method.iframe-login-method {
  padding: 30px;
}

.iframe-login-method h1 {
  color: #ee7023;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 0;
  height: 24px;
  line-height: 24px;
}
.iframe-login-method form {
  padding: 20px 0 0 0;
}
.iframe-login-method form input#sendBtn {
  margin-bottom: 0;
}

[type=text],
[type=password],
input[placeholder] {
  transform: scale(1);
}

.login-logo {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  margin: 40px 0 0 160px;
}

.login-control {
  background-color: #f3f5f6;
  color: #123250;
  margin-top: 7px;
}

.login-control-label {
  color: #123250;
  cursor: pointer;
}

.login-forgot-password {
  color: #123250;
  text-decoration: underline;
}

.login-remember {
  color: #123250;
  cursor: pointer;
}

.login-remember-checkbox {
  background-color: #f3f5f6;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
}
.login-remember-checkbox:before {
  color: #123250;
  content: "✔";
  font-size: 25px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -10px;
}

.login-remember-text {
  display: inline-block;
  vertical-align: 14px;
  padding-left: 10px;
}

#remember-me:checked + .login-remember-checkbox:before {
  display: block;
}

.k-loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.k-loading-text {
  color: #123250;
  left: 0;
  font-size: 23px;
  font-weight: normal;
}

.k-ie.k-ie10 .login-col-menu .menu-item, .k-ie.k-ie11 .login-col-menu .menu-item {
  flex-basis: 25%;
}

@media screen and (max-height: 800px) {
  .text-bar {
    padding: 12px 25px;
  }
  .text-bar h2 {
    font-size: 30px;
  }
  .text-bar h2 small {
    font-size: 19px;
  }
  .login-col-header {
    font-size: 25px;
    padding: 20px 0;
  }
  .iframe-login-method form {
    padding: 5px 0 0;
  }
}
@media screen and (max-width: 1179px) {
  .login-logo {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #login-iframe-container {
    position: static;
    width: 100%;
    --iframe-height: auto;
    margin: 0;
  }
  .login-logo {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 479px) {
  body.iframe-login {
    margin: 0 10px;
    padding-top: 0;
  }
  form input#sendBtn {
    margin-top: 20px;
  }
  .container-login .login-col .login-col-menu-and-login-form-wrapper .login-col-main {
    padding-top: 0;
  }
  .login-col-menu {
    display: block;
  }
  .login-col-menu.row.mobile {
    margin: 0;
    overflow: visible;
  }
  .login-dropdown {
    position: relative;
  }
  .login-dropdown .ld-list {
    margin: 0;
    padding: 0;
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 200;
    list-style-type: none;
    box-shadow: rgb(195, 187, 187) 0 2px 4px;
  }
  .login-dropdown .ld-list .menu-item {
    background-color: #123250;
    float: none;
    width: 100%;
    text-align: center;
  }
  .login-dropdown .ld-list .menu-item a {
    color: #fff;
  }
  .login-dropdown .ld-list .menu-item a:hover, .login-dropdown .ld-list .menu-item a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    outline: none;
  }
  .login-dropdown .ld-list .menu-item.selected {
    background-color: #fff;
  }
  .login-dropdown .ld-list .menu-item.selected a {
    color: #123250;
  }
  .login-dropdown .ld-list .menu-item.selected a:hover, .login-dropdown .ld-list .menu-item.selected a:focus {
    color: #123250;
  }
  .login-logo {
    margin: 20px 0 0;
    font-size: 30px;
  }
  .login-mainlink {
    background-color: #fff;
    color: #123250;
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 14px;
    cursor: pointer;
    text-decoration: none;
  }
  .login-mainlink:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    background-image: url(../images/icons/arrow-down.svg);
    background-repeat: no-repeat;
  }
  .login-mainlink:hover, .login-mainlink:focus {
    color: #123250;
    text-decoration: none;
  }
  .login-mainlink.login-mainlink--open:after {
    background-image: url(../images/icons/arrow-up.svg);
  }
  .login-method.iframe-login-method {
    padding: 10px;
  }
  .login-col-header {
    margin-top: 0;
    padding: var(--spacing-m) 0;
    margin-bottom: 0;
  }
  .footer {
    max-height: 100px;
  }
  .footer li {
    padding: var(--spacing-s) var(--spacing-m);
  }
}
.desktop .menu-item-mobile {
  display: none;
}

/* stylelint-enable selector-max-id */
.admin-login-page body {
  background-color: var(--lbbw-white);
  font-family: var(--font-family);
  margin: 0;
}
.admin-login-page {
  /* stylelint-disable-next-line selector-max-id */
}
.admin-login-page #errorDiv {
  padding-top: 25px;
  color: var(--lbbw-red);
  height: 30px;
  line-height: 30px;
}
.admin-login-page {
  /* stylelint-disable-next-line selector-max-id */
}
.admin-login-page #inputLogin {
  margin-bottom: var(--spacing-l);
}
.admin-login-page h1 {
  display: none;
}
.admin-login-page input:focus,
.admin-login-page textarea:focus,
.admin-login-page select:focus {
  outline: none;
}
.admin-login-page form {
  padding: 25px var(--spacing-m);
}
.admin-login-page form button,
.admin-login-page form input {
  background-color: var(--lbbw-bg-color);
  border: 0;
  height: 40px;
  padding-left: var(--spacing-s);
  width: 100%;
  box-sizing: border-box;
}
.admin-login-page form {
  /* stylelint-disable-next-line selector-max-id */
}
.admin-login-page form #sendBtn {
  background-color: var(--lbbw-green-primary);
  color: var(--lbbw-white);
  height: 40px;
  clear: both;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-bottom: 0;
  margin-top: 0;
  width: 150px;
  float: right;
  text-transform: uppercase;
  font-size: var(--font-size-h2);
  font-weight: bold;
  /* stylelint-disable-next-line selector-max-id */
}
.admin-login-page form #sendBtn:focus {
  box-shadow: none;
}
.admin-login-page form #sendBtn {
  /* stylelint-disable-next-line selector-max-id */
}
.admin-login-page form #sendBtn[disabled] {
  background-color: var(--lbbw-green-primary);
  cursor: default;
}
.admin-login-page {
  /* stylelint-disable-next-line selector-max-id */
}
.admin-login-page #inputLogin {
  margin-bottom: var(--spacing-xl);
}
.admin-login-page .login-form {
  font-family: var(--font-family);
  display: none;
  padding-top: 21px;
}
.admin-login-page .login-form label {
  display: none;
}
@media screen and (max-width: 479px) {
  .admin-login-page form {
    padding: var(--spacing-s);
    /* stylelint-disable-next-line selector-max-id */
  }
  .admin-login-page form input#sendBtn {
    width: 100%;
  }
}
.admin-login-page .login-form {
  display: block;
}
.admin-login-page .iframe-login-method {
  padding-left: unset;
  padding-right: unset;
}

button#message-window.btn.Cancel {
  display: none;
}