/* Minification failed. Returning unminified contents.
(2626,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
 font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
    color: #0065ac;    
}
/*a:hover {
  color: #0FA0CE; }
*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.15;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
/*li {
  margin-bottom: 1rem; }
*/

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}

loan-table__html {
    height: 100%;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    color: #0a285c;
    background: #eef0f4;
    height: 100%;
    display: table;
    width: 100%;
}

a {
    text-decoration: none;
    color: #2870ed;
}

img {
    border-style: none;
}

p {
    text-align: center;
}

.erste-login-content {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


.erste-login {
    display: table-cell;
    width: 50%;
    overflow: hidden;
}

.erste-banner-full {
    position: fixed;
    display: table-cell;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
    vertical-align: middle;
    overflow: hidden;
}


.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.erste-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    height: auto;
    width: 100%;
    background: #2870ed;
    z-index: 100000;
}

.erste-logo-nav {
    width: 100px;
    height: 42px;
}

.erste-lang-nav {
}

    .erste-lang-nav ul {
        list-style: none;
        line-height: 1.15;
    }

    .erste-lang-nav li {
        float: left;
    }

        .erste-lang-nav li a {
            display: block;
            color: #ffffff;
            font-size: 1.6rem;
            font-weight: 300;
            text-decoration: none;
            padding: 0 0.8rem;
        }

        .erste-lang-nav li:not(:last-child) a {
            border-right: 1px solid #ffffff;
        }

    .erste-lang-nav a.active {
        font-weight: 800;
    }

.main {
    /*height: 100%;
    display: table-row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;*/
    position: relative;
    width: 100%;
    min-height: calc(100vh - 130px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-content header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 6px;
}

    .login-content header p {
        font-size: 2rem;
        color: #1d51aa;
        text-align: left;
        line-height: 1.35em;
        margin: 0;
    }

    .login-content header h1 {
        width: 3.6rem;
        margin-right: 2.1rem;
        margin-bottom: 0;
        margin-left: 4px;
        min-width: 36px;
    }

        .login-content header h1 svg {
            max-width: 370px;
            max-width: 60rem;
            height: 65px;
            height: 8rem;
            width: 100%;
            position: relative;
            top: 3px;
            margin-left: 0;
        }

.info-msg {
    margin-bottom: 60px;
}

.footer {
    position: relative;
    width: 100%;
    height: 49px;
    height: 4.9rem;
    bottom: 25px;
    bottom: 2.5rem;
}

    .footer p {
        width: 66%;
        text-align: center;
        margin: 0 auto;
        font-size: 1rem;
        line-height: 1.6rem;
    }

    .footer .norton-security-logo {
        position: relative;
        float: right;
        margin: 0 40px 0 0;
        bottom: 5px;
    }

    .footer .footer-content {
        position: absolute;
        width: 100%;
        font-size: 1rem;
        top: -10px;
        top: -1.5rem;
    }

        .footer .footer-content ul {
            text-align: center;
            width: 50%;
            margin: 0 auto;
        }

        .footer .footer-content li {
            margin: 0 10px 10px 0;
            margin: 0 0.625rem 0.625rem;
            display: inline-block;
        }

        .footer .footer-content ul li a {
            text-decoration: underline;
        }



.morph-menu-trigger svg {
    width: 2rem;
    height: 2rem;
    fill: #fff;
}

.morph-menu-trigger:hover {
    background-color: #007ac7;
}



.login-content {
    width: 80%;
    margin: 0 auto;
    max-width: 37rem;
    margin-top: 20px;
}

.form {
    background: #fff;
    overflow: hidden;
    border-radius: 0.4rem;
}

    .form fieldset {
        padding: 2rem 1.5rem 0 1.5rem;
    }

    .form input[type=text], .form input[type=password] {
        padding: 1.3rem 1rem 0 1.5rem;
        height: 5rem;
        outline: none;
        color: #445c75;
    }

.login-form input[type=text], .login-form input[type=password] {
    padding: 1.3rem 1.5rem 0 4rem;
}

.form input[type=password] {
    padding-right: 4rem;
}


.form .form-group {
    position: relative;
}

.login-form .icon-container {
    position: absolute;
    top: calc(50% - 0.7rem);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 1rem;
    width: 2.5rem;
    height: 2.3rem;
    text-align: center;
    overflow: hidden;
}

.form .keyboard-container {
    position: absolute;
    top: calc(50% - 0.6rem);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    right: 1.4rem;
    width: 2.6rem;
    height: 2.4rem;
    text-align: center;
    overflow: hidden;
}

.icon-keyboard {
    width: 2.6rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTYyLjYyN3B4IiBoZWlnaHQ9IjI3LjEyNXB4IiB2aWV3Qm94PSIwIDAgMTYyLjYyNyAyNy4xMjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2Mi42MjcgMjcuMTI1Ig0KCSB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNDQ0Q3RTEiIGQ9Ik0xNy4yMzcsMTcuMTc2Yy0yLjI5NS0wLjk3NC0yLjgzOS0xLjMxMy0yLjgzOS0xLjMxM2wtMC4wMjEtMi4yNGMwLDAsMC44Ni0wLjY3MywxLjEyNy0yLjc4Mg0KCWMwLjUzNywwLjE1OSwxLjEwMy0wLjgxNiwxLjEzMy0xLjMzYzAuMDI5LTAuNDk1LTAuMDc0LTEuODY4LTAuNzMtMS43M2MwLjEzNC0xLjAzNCwwLjIzMS0xLjk2NCwwLjE4NC0yLjQ1Ng0KCWMtMC4xNzEtMS44MDEtMS45MTEtMy42OTktNC41ODktMy42OTljLTIuNjc4LDAtNC40MjEsMS44OTctNC41OTIsMy42OThDNi44NjMsNS44MTYsNi45NjEsNi43NDYsNy4wOTUsNy43OA0KCWMtMC42NTYtMC4xMzgtMC43NiwxLjIzNS0wLjczLDEuNzNjMC4wMzEsMC41MTQsMC41OTQsMS40ODksMS4xMzMsMS4zM2MwLjI2NywyLjEwOSwxLjEyNywyLjc4MiwxLjEyNywyLjc4MmwtMC4wMjEsMi4yNDENCgljMCwwLTAuNTQ1LDAuMzM4LTIuODM5LDEuMzEyYy0yLjI5NiwwLjk3NC00LjYxNCwxLjY1NC01LjMwNCwyLjc1Yy0wLjYxOSwwLjk4MS0wLjQzNCw1LjY5OS0wLjQzNCw1LjY5OWgyMi45NDgNCgljMCwwLDAuMTg2LTQuNzE4LTAuNDM0LTUuNjk5QzIxLjg1MSwxOC44MywxOS41MzIsMTguMTQ4LDE3LjIzNywxNy4xNzZ6Ii8+DQo8Zz4NCgk8cGF0aCBmaWxsPSJub25lIiBkPSJNNDMuMjUsMTUuNWMtMS4zNDgsMC0yLjQzOCwxLjAwOC0yLjQzOCwyLjI1YzAsMC44MzIsMC40OTIsMS41NTksMS4yMiwxLjk0N3YyLjU1M2gyLjQzN3YtMi41NTMNCgkJYzAuNzI5LTAuMzkxLDEuMjE5LTEuMTE1LDEuMjE5LTEuOTQ3QzQ1LjY4OCwxNi41MDgsNDQuNTk2LDE1LjUsNDMuMjUsMTUuNXoiLz4NCgk8cGF0aCBmaWxsPSIjQ0NEN0UxIiBkPSJNMzYuNzUsNy42MjV2M2gzLjI0OXYtM2MwLjAwMy0wLjc3MiwwLjMxMy0xLjUzMiwwLjk1Mi0yLjEyMWMwLjY0LTAuNTg5LDEuNDYxLTAuODc3LDIuMjk5LTAuODc5DQoJCWMwLjgzNiwwLjAwMiwxLjY1OSwwLjI5LDIuMjk5LDAuODc5YzAuNjM3LDAuNTg5LDAuOTQ4LDEuMzQ5LDAuOTUxLDIuMTIxdjNoMy4yNDl2LTNjMC4wMDItMS41My0wLjYzOC0zLjA3NS0xLjkwMy00LjI0Mg0KCQljLTEuMjY1LTEuMTY5LTIuOTM4LTEuNzYxLTQuNTk2LTEuNzU4Yy0xLjY1OS0wLjAwMy0zLjMzMiwwLjU4OS00LjU5OCwxLjc1OEMzNy4zODcsNC41NSwzNi43NDcsNi4wOTUsMzYuNzUsNy42MjV6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTUyLjk5OSwyNC4xMjV2LTEwLjVjMC0wLjM4NC0wLjE1OC0wLjc2OC0wLjQ3Ni0xLjA2MXMtMC43MzItMC40MzktMS4xNDgtMC40MzlIMzUuMTI0DQoJCWMtMC40MTYsMC0wLjgzMSwwLjE0Ni0xLjE0OSwwLjQzOWMtMC4zMTUsMC4yOTMtMC40NzUsMC42NzctMC40NzUsMS4wNjF2MTAuNWMwLDAuMzg0LDAuMTU4LDAuNzY4LDAuNDc1LDEuMDYxDQoJCWMwLjMxOCwwLjI5MywwLjczMywwLjQzOSwxLjE0OSwwLjQzOWgxNi4yNTFjMC40MTYsMCwwLjgzMS0wLjE0NiwxLjE0OC0wLjQzOVM1Mi45OTksMjQuNTA5LDUyLjk5OSwyNC4xMjV6IE00NC40NjgsMTkuNjk3djIuNTUzDQoJCWgtMi40Mzd2LTIuNTUzYy0wLjcyOS0wLjM5MS0xLjIyMS0xLjExNS0xLjIyMS0xLjk0N2MwLTEuMjQyLDEuMDkyLTIuMjUsMi40MzgtMi4yNXMyLjQzNywxLjAwOCwyLjQzNywyLjI1DQoJCUM0NS42ODgsMTguNTgyLDQ1LjE5NSwxOS4zMDksNDQuNDY4LDE5LjY5N3oiLz4NCjwvZz4NCjxwYXRoIGZpbGw9IiNDQzAwMDAiIGQ9Ik0xNjIuNDk2LDI2LjE1OWwtNy44MTctMTMuNjM3Yy0wLjMwMy0wLjUzLTAuODAxLTAuNTMtMS4xMDUsMGwtNy44MTgsMTMuNjM3DQoJYy0wLjMwMywwLjUzLTAuMDUsMC45NjYsMC41NjMsMC45NjZoMTUuNjE5QzE2Mi41NSwyNy4xMjUsMTYyLjgwNCwyNi42ODksMTYyLjQ5NiwyNi4xNTkgTTE1My40MzEsMTYuMDU3aDEuMzk0DQoJYzAuNDIsMCwwLjQ3OSwwLjI0MywwLjQ3OSwwLjM4OWwtMC4wMDQsMC4xMjdsLTAuMDEsMC4xNDZsLTAuMjg2LDUuMDljLTAuMDQyLDAuMzgxLTAuMjExLDAuNDU3LTAuNDkxLDAuNDU3aC0wLjc0Mg0KCWMtMC4yODEsMC0wLjQ1My0wLjA3Ni0wLjQ5NC0wLjQ2N2wtMC4yODUtNS4wOGwtMC4wMTItMC4xNDZsLTAuMDA0LTAuMTI3QzE1Mi45NzYsMTYuMywxNTMuMDM1LDE2LjA1NywxNTMuNDMxLDE2LjA1Nw0KCSBNMTU0LjE0NiwyNS44MzdjLTAuNzMxLDAtMS4zMjYtMC41ODktMS4zMjYtMS4zMTJjMC0wLjc0MiwwLjU4Mi0xLjMyMywxLjMyNi0xLjMyM2MwLjcyNywwLDEuMzE1LDAuNTk0LDEuMzE1LDEuMzIzDQoJQzE1NS40NjIsMjUuMjM0LDE1NC44NTgsMjUuODM3LDE1NC4xNDYsMjUuODM3Ii8+DQo8cGF0aCBmaWxsPSIjMDA0OTdCIiBkPSJNNzQuNjg2LDIuMTQyYy02LjM0OCwwLTExLjQ5LDUuMTQyLTExLjQ5LDExLjQ5YzAsNi4zNDcsNS4xNDQsMTEuNDg5LDExLjQ5LDExLjQ4OQ0KCWM2LjM0NiwwLDExLjQ4OS01LjE0MywxMS40ODktMTEuNDg5Qzg2LjE3NSw3LjI4NCw4MS4wMzEsMi4xNDIsNzQuNjg2LDIuMTQyeiBNNzcuNDk1LDIwLjc3bC0wLjExNiwwLjA0NQ0KCWMtMC42ODgsMC4yNzEtMS4yMzQsMC40NzgtMS42NDYsMC42MTljLTAuNDMzLDAuMTUtMC45MzcsMC4yMjgtMS40OTgsMC4yMjhjLTAuODgzLDAtMS41ODgtMC4yMjQtMi4wOS0wLjY2Ng0KCWMtMC41MTMtMC40NTEtMC43NzEtMS4wMjktMC43NzEtMS43MjJjMC0wLjI1MiwwLjAxOC0wLjUxLDAuMDU1LTAuNzcyYzAuMDM1LTAuMjU4LDAuMDkyLTAuNTQ5LDAuMTctMC44NzdsMC44NTYtMy4wMzMNCgljMC4wNzMtMC4yOCwwLjEzNy0wLjU1MSwwLjE4OC0wLjgwNmMwLjA0OS0wLjI0MiwwLjA3Mi0wLjQ2NiwwLjA3Mi0wLjY2YzAtMC4zMTItMC4wNTYtMC41My0wLjE2Mi0wLjYzNA0KCWMtMC4wNjQtMC4wNi0wLjI0NC0wLjE2LTAuNzQ4LTAuMTZjLTAuMTk3LDAtMC4zOTgsMC4wMzEtMC42MTEsMC4wOTRjLTAuMjI3LDAuMDY2LTAuNDIsMC4xMzEtMC41OCwwLjE5bC0wLjQzLDAuMTZsMC4zNjUtMS40OTYNCglsMC4xMTUtMC4wNDZjMC41NTQtMC4yMjYsMS4xMDItMC40MjUsMS42MjQtMC41OTFjMS41MTUtMC40NzksMi44MzYtMC4yNzEsMy41ODgsMC40MDFjMC40OTksMC40NDUsMC43NTIsMS4wMjcsMC43NTIsMS43MjkNCgljMCwwLjEzNi0wLjAxOSwwLjM3NC0wLjA0NywwLjcxN2MtMC4wMzMsMC4zNDItMC4wOTUsMC42NjQtMC4xODMsMC45NThsLTAuODUxLDMuMDFjLTAuMDY5LDAuMjM2LTAuMTI5LDAuNTA0LTAuMTgzLDAuODA1DQoJYy0wLjA1MSwwLjI5My0wLjA3NywwLjUxMi0wLjA3NywwLjY2MmMwLDAuMzE2LDAuMDYyLDAuNTM1LDAuMTc5LDAuNjMxYzAuMDkyLDAuMDc0LDAuMzAxLDAuMTYyLDAuNzc3LDAuMTYyDQoJYzAuMTg2LDAsMC4zOTgtMC4wMzMsMC42MzgtMC4xYzAuMjQ0LTAuMDY2LDAuNDIxLTAuMTI1LDAuNTI4LTAuMTc4bDAuNDYzLTAuMjIxTDc3LjQ5NSwyMC43N3ogTTc3LjMwNSw4LjUzMQ0KCWMtMC40MzgsMC40MS0wLjk3OSwwLjYxOS0xLjYsMC42MTljLTAuNjE5LDAtMS4xNTktMC4yMDgtMS42MDQtMC42MTljLTAuNDQ5LTAuNDE1LTAuNjc5LTAuOTI2LTAuNjc5LTEuNTE4DQoJYzAtMC41OTIsMC4yMjgtMS4xMDQsMC42NzctMS41MjRjMC44OTMtMC44MjksMi4zMjEtMC44MjgsMy4yMDUsMGMwLjQ0NiwwLjQxOSwwLjY3NCwwLjkzMSwwLjY3NCwxLjUyMw0KCUM3Ny45NzksNy42MDUsNzcuNzUyLDguMTE2LDc3LjMwNSw4LjUzMXoiLz4NCjxwYXRoIGZpbGw9IiNDQ0Q3RTEiIGQ9Ik05NS40MDMsMTMuNzgyYy0zLjEzMiwwLTUuNjcxLDIuNTM4LTUuNjcxLDUuNjcyYzAsMy4xMzUsMi41MzksNS42NzMsNS42NzEsNS42NzMNCgljMy4xMzQsMCw1LjY3My0yLjUzOCw1LjY3My01LjY3M0MxMDEuMDc2LDE2LjMyLDk4LjUzNywxMy43ODIsOTUuNDAzLDEzLjc4MnogTTk1LjYxNywyMi43NjVjLTAuMTg3LDAuMTc3LTAuNDAzLDAuMjY1LTAuNjUyLDAuMjY1DQoJYy0wLjI1MywwLTAuNDcyLTAuMDg4LTAuNjU3LTAuMjY1Yy0wLjE4Ni0wLjE3Ni0wLjI3OS0wLjM4OC0wLjI3OS0wLjYzM2MwLTAuMjQ2LDAuMDk0LTAuNDU5LDAuMjc5LTAuNjM4DQoJYzAuMTg2LTAuMTgsMC40MDQtMC4yNywwLjY1Ny0wLjI3YzAuMjQ5LDAsMC40NjYsMC4wOSwwLjY1MiwwLjI3YzAuMTg3LDAuMTc5LDAuMjc5LDAuMzkyLDAuMjc5LDAuNjM4DQoJQzk1Ljg5NiwyMi4zNzcsOTUuODA0LDIyLjU4OSw5NS42MTcsMjIuNzY1eiBNOTYuOTczLDE5LjQzOWMtMC40NDYsMC40MDQtMS4wNDEsMC42MzUtMS43ODUsMC42OTNsLTAuMDI4LDAuNjZoLTAuNDMydi0xLjg4Nw0KCWMwLjQ2OC0wLjAzOSwwLjgzNS0wLjE4NywxLjEwMS0wLjQ0NGMwLjI2Ni0wLjI1NywwLjM5OC0wLjYwNiwwLjM5OC0xLjA1MWMwLTAuMzUyLTAuMDk0LTAuNjM0LTAuMjc5LTAuODQ1DQoJYy0wLjE4Ni0wLjIxMy0wLjQzNi0wLjMxOC0wLjc1LTAuMzE4Yy0wLjEzMywwLTAuMjUsMC4wMTQtMC4zNTQsMC4wNDFjLTAuMTAzLDAuMDI3LTAuMjAzLDAuMDctMC4zLDAuMTI4DQoJYzAuMDMxLDAuMTA0LDAuMDcsMC4yMzcsMC4xMTMsMC40MDFjMC4wNDQsMC4xNjMsMC4wNjYsMC4zMTMsMC4wNjYsMC40NTNjMCwwLjIyNi0wLjA3NCwwLjQwMS0wLjIyMSwwLjUyNg0KCWMtMC4xNDcsMC4xMjQtMC4zNTMsMC4xODctMC42MTQsMC4xODdjLTAuMjQ1LDAtMC40MzgtMC4wNzctMC41OC0wLjIzM2MtMC4xNDEtMC4xNTUtMC4yMTEtMC4zNDYtMC4yMTEtMC41NzINCgljMC0wLjM3MSwwLjIxMi0wLjY4NywwLjYzNi0wLjk0NXMwLjkzNi0wLjM4OCwxLjUzMy0wLjM4OGMwLjcwOSwwLDEuMjgxLDAuMTg0LDEuNzIsMC41NTNjMC40MzgsMC4zNjksMC42NTcsMC44NTQsMC42NTcsMS40Ng0KCUM5Ny42NDMsMTguNTA4LDk3LjQxOSwxOS4wMzYsOTYuOTczLDE5LjQzOXoiLz4NCjxnPg0KCTxwYXRoIGZpbGw9IiNDQ0Q3RTEiIGQ9Ik0xMTAuMTY3LDE2LjIwMmgtMC44OTRjLTAuMjQ2LDAtMC40NDYsMC4yMDEtMC40NDYsMC40NDd2MC44OTVjMCwwLjI0NiwwLjIsMC40NDcsMC40NDYsMC40NDdoMC44OTQNCgkJYzAuMjQ2LDAsMC40NDgtMC4yMDEsMC40NDgtMC40NDd2LTAuODk1QzExMC42MTUsMTYuNDAzLDExMC40MTMsMTYuMjAyLDExMC4xNjcsMTYuMjAyeiIvPg0KCTxwYXRoIGZpbGw9IiNDQ0Q3RTEiIGQ9Ik0xMTEuODA3LDE3Ljk5MWgwLjg5NGMwLjI0NywwLDAuNDQ3LTAuMjAxLDAuNDQ3LTAuNDQ3di0wLjg5NWMwLTAuMjQ2LTAuMi0wLjQ0Ny0wLjQ0Ny0wLjQ0N2gtMC44OTQNCgkJYy0wLjI0NiwwLTAuNDQ3LDAuMjAxLTAuNDQ3LDAuNDQ3djAuODk1QzExMS4zNTksMTcuNzksMTExLjU2MSwxNy45OTEsMTExLjgwNywxNy45OTF6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTExNC4zNCwxNy45OTFoMC44OTRjMC4yNDYsMCwwLjQ0OC0wLjIwMSwwLjQ0OC0wLjQ0N3YtMC44OTVjMC0wLjI0Ni0wLjIwMi0wLjQ0Ny0wLjQ0OC0wLjQ0N2gtMC44OTQNCgkJYy0wLjI0NiwwLTAuNDQ3LDAuMjAxLTAuNDQ3LDAuNDQ3djAuODk1QzExMy44OTMsMTcuNzksMTE0LjA5NCwxNy45OTEsMTE0LjM0LDE3Ljk5MXoiLz4NCgk8cGF0aCBmaWxsPSIjQ0NEN0UxIiBkPSJNMTE3Ljc2NywxNi4yMDJoLTAuODk0Yy0wLjI0NiwwLTAuNDQ3LDAuMjAxLTAuNDQ3LDAuNDQ3djAuODk1YzAsMC4yNDYsMC4yMDEsMC40NDcsMC40NDcsMC40NDdoMC44OTQNCgkJYzAuMjQ2LDAsMC40NDctMC4yMDEsMC40NDctMC40NDd2LTAuODk1QzExOC4yMTQsMTYuNDAzLDExOC4wMTMsMTYuMjAyLDExNy43NjcsMTYuMjAyeiIvPg0KCTxwYXRoIGZpbGw9IiNDQ0Q3RTEiIGQ9Ik0xMjAuMzAxLDE2LjIwMmgtMC44OTVjLTAuMjQ2LDAtMC40NDcsMC4yMDEtMC40NDcsMC40NDd2MC44OTVjMCwwLjI0NiwwLjIwMSwwLjQ0NywwLjQ0NywwLjQ0N2gwLjg5NQ0KCQljMC4yNDYsMCwwLjQ0Ni0wLjIwMSwwLjQ0Ni0wLjQ0N3YtMC44OTVDMTIwLjc0NywxNi40MDMsMTIwLjU0NywxNi4yMDIsMTIwLjMwMSwxNi4yMDJ6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTEyMi44MzMsMTYuMjAyaC0wLjg5NWMtMC4yNDYsMC0wLjQ0NiwwLjIwMS0wLjQ0NiwwLjQ0N3YwLjg5NWMwLDAuMjQ2LDAuMiwwLjQ0NywwLjQ0NiwwLjQ0N2gwLjg5NQ0KCQljMC4yNDYsMCwwLjQ0Ny0wLjIwMSwwLjQ0Ny0wLjQ0N3YtMC44OTVDMTIzLjI4LDE2LjQwMywxMjMuMDc5LDE2LjIwMiwxMjIuODMzLDE2LjIwMnoiLz4NCgk8cGF0aCBmaWxsPSIjQ0NEN0UxIiBkPSJNMTEwLjE2NywxOC43MzZoLTAuODk0Yy0wLjI0NiwwLTAuNDQ2LDAuMi0wLjQ0NiwwLjQ0NnYwLjg5NWMwLDAuMjQ2LDAuMiwwLjQ0NywwLjQ0NiwwLjQ0N2gwLjg5NA0KCQljMC4yNDYsMCwwLjQ0OC0wLjIwMSwwLjQ0OC0wLjQ0N3YtMC44OTVDMTEwLjYxNSwxOC45MzcsMTEwLjQxMywxOC43MzYsMTEwLjE2NywxOC43MzZ6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTExMS44MDcsMjAuNTI0aDAuODk0YzAuMjQ3LDAsMC40NDctMC4yMDEsMC40NDctMC40NDd2LTAuODk1YzAtMC4yNDYtMC4yLTAuNDQ3LTAuNDQ3LTAuNDQ3aC0wLjg5NA0KCQljLTAuMjQ2LDAtMC40NDcsMC4yMDEtMC40NDcsMC40NDd2MC44OTVDMTExLjM1OSwyMC4zMjMsMTExLjU2MSwyMC41MjQsMTExLjgwNywyMC41MjR6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTExNC4zNCwyMC41MjRoMC44OTRjMC4yNDYsMCwwLjQ0OC0wLjIwMSwwLjQ0OC0wLjQ0N3YtMC44OTVjMC0wLjI0Ni0wLjIwMi0wLjQ0Ny0wLjQ0OC0wLjQ0N2gtMC44OTQNCgkJYy0wLjI0NiwwLTAuNDQ3LDAuMjAxLTAuNDQ3LDAuNDQ3djAuODk1QzExMy44OTMsMjAuMzIzLDExNC4wOTQsMjAuNTI0LDExNC4zNCwyMC41MjR6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTExNy43NjcsMTguNzM2aC0wLjg5NGMtMC4yNDYsMC0wLjQ0NywwLjItMC40NDcsMC40NDZ2MC44OTVjMCwwLjI0NiwwLjIwMSwwLjQ0NywwLjQ0NywwLjQ0N2gwLjg5NA0KCQljMC4yNDYsMCwwLjQ0Ny0wLjIwMSwwLjQ0Ny0wLjQ0N3YtMC44OTVDMTE4LjIxNCwxOC45MzcsMTE4LjAxMywxOC43MzYsMTE3Ljc2NywxOC43MzZ6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTEyMC4zMDEsMTguNzM2aC0wLjg5NWMtMC4yNDYsMC0wLjQ0NywwLjItMC40NDcsMC40NDZ2MC44OTVjMCwwLjI0NiwwLjIwMSwwLjQ0NywwLjQ0NywwLjQ0N2gwLjg5NQ0KCQljMC4yNDYsMCwwLjQ0Ni0wLjIwMSwwLjQ0Ni0wLjQ0N3YtMC44OTVDMTIwLjc0NywxOC45MzcsMTIwLjU0NywxOC43MzYsMTIwLjMwMSwxOC43MzZ6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTEyMi44MzMsMTguNzM2aC0wLjg5NWMtMC4yNDYsMC0wLjQ0NiwwLjItMC40NDYsMC40NDZ2MC44OTVjMCwwLjI0NiwwLjIsMC40NDcsMC40NDYsMC40NDdoMC44OTUNCgkJYzAuMjQ2LDAsMC40NDctMC4yMDEsMC40NDctMC40NDd2LTAuODk1QzEyMy4yOCwxOC45MzcsMTIzLjA3OSwxOC43MzYsMTIyLjgzMywxOC43MzZ6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTExMC4xNjcsMjEuMjdoLTAuODk0Yy0wLjI0NiwwLTAuNDQ2LDAuMjAxLTAuNDQ2LDAuNDQ2djAuODk1YzAsMC4yNDYsMC4yLDAuNDQ3LDAuNDQ2LDAuNDQ3aDAuODk0DQoJCWMwLjI0NiwwLDAuNDQ4LTAuMjAxLDAuNDQ4LTAuNDQ3di0wLjg5NUMxMTAuNjE1LDIxLjQ3MSwxMTAuNDEzLDIxLjI3LDExMC4xNjcsMjEuMjd6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTExNy43NjcsMjEuMjdoLTUuOTZjLTAuMjQ2LDAtMC40NDcsMC4yMDEtMC40NDcsMC40NDZ2MC44OTVjMCwwLjI0NiwwLjIwMSwwLjQ0NywwLjQ0NywwLjQ0N2g1Ljk2DQoJCWMwLjI0NiwwLDAuNDQ3LTAuMjAxLDAuNDQ3LTAuNDQ3di0wLjg5NUMxMTguMjE0LDIxLjQ3MSwxMTguMDEzLDIxLjI3LDExNy43NjcsMjEuMjd6Ii8+DQoJPHBhdGggZmlsbD0iI0NDRDdFMSIgZD0iTTEyMC4zMDEsMjEuMjdoLTAuODk1Yy0wLjI0NiwwLTAuNDQ3LDAuMjAxLTAuNDQ3LDAuNDQ2djAuODk1YzAsMC4yNDYsMC4yMDEsMC40NDcsMC40NDcsMC40NDdoMC44OTUNCgkJYzAuMjQ2LDAsMC40NDYtMC4yMDEsMC40NDYtMC40NDd2LTAuODk1QzEyMC43NDcsMjEuNDcxLDEyMC41NDcsMjEuMjcsMTIwLjMwMSwyMS4yN3oiLz4NCgk8cGF0aCBmaWxsPSIjQ0NEN0UxIiBkPSJNMTIyLjgzMywyMS4yN2gtMC44OTVjLTAuMjQ2LDAtMC40NDYsMC4yMDEtMC40NDYsMC40NDZ2MC44OTVjMCwwLjI0NiwwLjIsMC40NDcsMC40NDYsMC40NDdoMC44OTUNCgkJYzAuMjQ2LDAsMC40NDctMC4yMDEsMC40NDctMC40NDd2LTAuODk1QzEyMy4yOCwyMS40NzEsMTIzLjA3OSwyMS4yNywxMjIuODMzLDIxLjI3eiIvPg0KCTxwYXRoIGZpbGw9IiNDQ0Q3RTEiIGQ9Ik0xMjMuNTg1LDE0LjA3aC0xNS4wNjNjLTEuMjksMC0yLjMzOSwxLjA0OS0yLjMzOSwyLjM0djYuNDM5YzAsMS4yOSwxLjA0OSwyLjM0MSwyLjMzOSwyLjM0MWgxNS4wNjMNCgkJYzEuMjksMCwyLjMzOS0xLjA1MSwyLjMzOS0yLjM0MVYxNi40MUMxMjUuOTI0LDE1LjExOSwxMjQuODc1LDE0LjA3LDEyMy41ODUsMTQuMDd6IE0xMjQuNTUsMTYuNTR2Ni4xOA0KCQljMCwwLjc0MS0wLjYwNCwxLjM0My0xLjM0NCwxLjM0M2gtMTQuMzA1Yy0wLjc0MSwwLTEuMzQ0LTAuNjAyLTEuMzQ0LTEuMzQzdi02LjE4YzAtMC43NCwwLjYwMy0xLjM0MywxLjM0NC0xLjM0M2gxNC4zMDUNCgkJQzEyMy45NDYsMTUuMTk3LDEyNC41NSwxNS44LDEyNC41NSwxNi41NHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-position: -10.2rem -1rem;
    display: inline-block;
    cursor: pointer;
}

.form-icon {
    -webkit-transition: all 0.24s ease;
    -o-transition: all 0.24s ease;
    transition: all 0.24s ease;
    width: 22px;
    height: 22px;
    fill: #73A9D1;
    position: absolute;
    top: 0;
    left: 0;
}

.login-form .icon-device {
    left: 0
}

.login-form .icon-card, .login-form .icon-token {
    left: -5rem
}

.login-button-element {
    position: relative;
    overflow: hidden;
    height: 4.8rem;
    text-align: center;
    margin-bottom: 20px;
}

    .login-button-element span {
        position: absolute;
        display: block;
        color: #fff;
        width: 100%;
        text-align: center;
        top: 0.8rem;
        left: 0;
        font-size: 2rem;
        margin-top: -0.125rem;
        font-weight: 500;
        pointer-events: none;
        transform: translateY(0%);
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
        -webkit-transition: all .24s ease;
        -o-transition: all .24s ease;
        transition: all .24s ease;
    }

.login-button {
    letter-spacing: initial !important;
    width: calc(100% - 40px) !important;
    height: 4.8rem !important;
    background-color: #1A67D2 !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: 800;
    text-transform: initial !important;
    text-align: center;
    border: 0 !important;
    outline: none;
    -webkit-transition: background-color 0.24s ease, color 0.24s ease;
    -o-transition: background-color 0.24s ease, color 0.24s ease;
    transition: background-color 0.24s ease, color 0.24s ease;
    cursor: pointer;
    margin-bottom: 0;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
}

.loading {
    position: absolute;
    top: 0;
    height: 4.8rem;
    width: 100%;
    -webkit-transform: translate3d(0%,-100%,0);
    transform: translate3d(0%,-100%,0);
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
}

    .login-button:hover, .loading:hover {
        /*background-color: #007ac7 !important;*/
    }


.show-loading {
    -webkit-transform: translate3d(0%,0%,0) !important;
    transform: translate3d(0%,0%,0) !important;
}

.support-links ul {
    padding: 0;
    margin: 0 0 2rem 0;
    list-style: none;
}


.support-links li {
    text-align: center;
}

    .support-links li a {
        font-size: 1.6rem;
        font-weight: 300;
        color: #2870ed;
        border-bottom: 1px solid #2870ed;
    }

.form .form-group label {
    color: #445c75;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    pointer-events: none;
    background: transparent;
}

.form .form-group label {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: -webkit-calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    font-weight: 400;
    font-size: 1.55rem;
    margin: 0 1rem;
    padding: 0 0.5rem;
    background: #fff;
    background-color: rgba(255,255,255,0);
    position: absolute;
    top: calc(50% - 0.7rem);
    /*left: 2.5rem;*/
    -webkit-transform: translate3d(0, -50%, 0) scale(1);
    transform: translate3d(0, -50%, 0) scale(1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
    z-index: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    pointer-events: none;
}

.login-form .form-group label {
    left: 2.5rem;
}

.shrink-label {
    transform: translate3d(0.2rem, -100%, 0) scale(0.7) !important;
    max-width: 100% !important;
}

.login-info-box-msg {
    border: 1px solid #bdd2f8;
    background: #e7effd;
}

.login-info-box-msg {
    padding: 10px;
    position: relative;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.login-info-box-msg {
    max-width: 370px;
}

    .login-info-box-msg svg {
        fill: #005482;
    }

    .login-info-box-msg svg {
        position: absolute;
        top: 14px;
        left: 10px;
        width: 16px;
        height: 16px;
    }

    .login-info-box-msg h4, .login-info-box-msg p {
        color: #0a285c;
    }

    .login-info-box-msg h4 {
        font-size: 16px;
        font-weight: bold;
        padding-left: 20px;
    }

#infoMessageBody {
    margin-left: 20px;
    color: #0a285c;
}

.login-info-box-msg p, .login-info-box-msg a {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.login-info-box-msg .offline-messages {
    font-weight: 600;
}

/*morph styles*/
.morph-content-wrapper {
    position: absolute;
    height: 100%;
    left: 4rem;
    bottom: 4rem;
    width: 5rem;
    height: 4.6rem;
    overflow: hidden;
    background: #2870ed !important;
    z-index: 2;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    -webkit-transition: all .3s cubic-bezier(.48, .22, .14, 1);
    -o-transition: all .3s cubic-bezier(.48, .22, .14, 1);
    transition: all .3s cubic-bezier(.48, .22, .14, 1);
    -webkit-transition: all .3s cubic-bezier(.48,.22,.14,1);
    -o-transition: all .3s cubic-bezier(.48,.22,.14,1);
    transition: all .3s cubic-bezier(.48,.22,.14,1);
}

    .morph-content-wrapper.active {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

.morph-menu-trigger {
    overflow: hidden;
    display: block;
    width: 5rem;
    height: 5rem;
    background: #2870ed;
    border: none;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    padding: 1rem 0 0 0;
    padding: 5px 0 0 0;
    cursor: pointer;
    -webkit-transition: all 0.24s ease-in-out;
    -o-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

    .morph-menu-trigger.active {
        display: none;
    }


    .morph-menu-trigger svg {
        width: 20px;
        height: 20px;
        fill: #fff;
    }

    .morph-menu-trigger:hover {
        background-color: #007ac7;
    }

.morph-menu__header h1 {
    margin: 0 auto;
    text-align: center;
}

    .morph-menu__header h1 svg {
        width: 100%;
        height: 90px;
        margin: 2rem 0;
    }

.morph-menu__header img {
    max-width: 100%;
}

.morph-menu__container {
    width: 37.5rem;
    margin: 0 auto;
    height: 100%;
}

.morph-menu__options {
    text-align: center;
}

    .morph-menu__options ul {
        list-style: none;
        margin: 0 0 4rem 0;
        padding: 0;
    }

        .morph-menu__options ul li {
            margin-bottom: 2.5px;
            margin-bottom: 0.25rem;
        }

        .morph-menu__options ul a {
            font-weight: 400;
            font-size: 1.6rem;
            color: #fff;
            display: block;
        }

.close-morph {
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 40px;
    outline: none;
    z-index: 1;
}

    .close-morph svg {
        width: 18px;
        height: 18px;
        fill: #fff;
    }

.morph-menu__info {
    top: 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .morph-menu__info p {
        color: #fff;
        margin: 0 auto;
        bottom: 0;
        font-size: 10px;
    }

.morph-menu__container {
    transition: all 0.2s ease-in-out;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
}

.morph-menu__header {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -50px;
    transition: all 0.3s cubic-bezier(0.46, 0.26, 0.23, 0.99);
    transition-delay: 0s;
}

.morph-menu__options {
    opacity: 0;
    visibility: hidden;
    position: relative;
    bottom: -50px;
    transition: all 0.3s cubic-bezier(0.46, 0.26, 0.23, 0.99);
    transition-delay: 0s;
}

.morph-menu__content {
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

    .morph-menu__content a {
        text-decoration: none;
    }

.morph-menu__content__valign-container {
    max-width: 370px;
    max-width: 37rem;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.morph-menu-trigger.morphed {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

.morph-menu__content.active {
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
}

    .morph-menu__content.active .morph-menu__header,
    .morph-menu__content.active .morph-menu__options {
        opacity: 1;
        visibility: visible;
    }

    .morph-menu__content.active .morph-menu__header {
        transition-delay: 0.3s;
        top: 0;
    }

    .morph-menu__content.active .morph-menu__options {
        transition-delay: 0.3s;
        bottom: 0;
    }

.morph-content-wrapper.active .morph-menu__container {
    transition-delay: 0.3s;
    opacity: 1;
    visibility: visible;
}

.morph-menu__options__contact-info {
    border-top: 1px solid #eef0f4;
    padding-top: 30px;
    margin-bottom: 1.25rem;
}

    .morph-menu__options__contact-info p {
        font-size: 20px;
        color: #fff;
        margin: 0;
        line-height: 2.2rem;
    }

        .morph-menu__options__contact-info p small {
            font-size: 14px;
        }

    .morph-menu__options__contact-info svg {
        fill: #fff;
        width: 20px;
        height: 30px;
        margin-bottom: -8px;
    }

@media screen and (max-width: 70rem) {
    .morph-content-wrapper, .morph-menu-trigger {
        left: 2rem;
        bottom: 12.5px;
        bottom: 1.25rem
    }

    .footer .norton-security-logo {
        margin-right: 15px;
        top: 17.5px;
        top: 2rem;
    }
}

@media screen and (max-width: 35rem) {

    .footer .footer-content {
        top: -1rem;
    }

    .morph-content-wrapper, .morph-menu-trigger {
        width: 15px;
        width: 3.5rem;
        height: 36px;
        height: 3.5rem;
        bottom: auto;
    }

    .footer .norton-security-logo {
        bottom: 0;
        left: 15px;
        top: 25px;
        top: 2.5rem;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
    }

    .erste-lang-nav ul {
    }

    .erste-logo-nav {
    }
}


/* /morph styles*/
.input-validation-error {
    border-color: #e30613 !important;
}

.cof {
    font-size: 12px;
    color: black;
    background-color: white;
    width: 400px;
    padding: 2px 2px 2px 2px;
}

.cof-select {
    font-size: 12px;
    font-weight: bold;
    color: black;
    border: 0px;
    background-color: white;
    width: 400px;
}

    .cof-select:hover {
        font-size: 12px;
        font-weight: bold;
        color: white;
        border: 0px;
        background-color: #2870ed;
        width: 400px;
    }


#button-sign-cof {
    background-color: #C90000;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 99%;
    font-size: 15px;
    height: 40px;
    align-self: center;
    align-content: center;
}

#button-cancel-cof {
    background-color: #005b94;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 99%;
    font-size: 15px;
    height: 40px;
    align-self: center;
    align-content: center;
}

#button-next-cof {
    background-color: #005b94;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 99%;
    font-size: 15px;
    height: 40px;
    align-self: center;
    align-content: center;
}


.error-msg-box {
    border: 0.1rem solid #ffbdbd;
    background: #ffe6e6;
    padding: 1rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin: 0 2rem 0 2rem;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    color: #b33c3c !important;
}

.login-error-msg-box {
    margin: 2rem 2rem 0 2rem;
}

.spinner {
    margin: 1.5rem auto 0;
    width: 70px;
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}


@media screen and (max-height: 700px) {
    .erste-lang-nav ul {
    }

    .erste-logo-nav {
    }
}


@media (min-width: 960px) {
    .erste-banner-full {
        width: 50%;
    }

    .morph-menu__content.active {
        transition: 0s;
    }
}

/* Modals */
.blocker {
    background-color: #005b94 !important;
    background-color: rgba(0, 91, 148, 0.5) !important;
}

.modal {
    padding: 0 !important;
    border-radius: 3px !important;
    max-width: 88.8rem !important;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.2) !important;
    box-shadow: 0 3px 10px rgba(0,0,0,.2) !important;
}

    .modal a.close-modal {
        display: none !important;
    }

    .modal .modal__close {
        position: absolute;
        top: 1.8rem;
        right: 1.8rem;
        text-decoration: none;
    }

        .modal .modal__close span {
            font-size: 14px;
            text-transform: uppercase;
            text-decoration: none;
            color: #738dab;
            display: inline-block;
        }

        .modal .modal__close svg {
            width: 16px;
            height: 16px;
            fill: #738dab;
            border: 0;
            position: relative;
            top: 3px;
        }


    .modal h2 {
        font-weight: 300;
        font-size: 2.4rem;
        margin: 0;
        padding: 0;
    }

    .modal .modal-header {
        color: #005b94;
        padding: 15px 90px;
        border-bottom: 1px solid #c9d2dd;
        text-align: center;
    }

    .modal .modal-content {
        padding: 30px 15px 10px;
        position: relative;
    }

        .modal .modal-content h3 {
            color: #00385f;
            font-weight: 300;
            font-size: 20px;
            padding: 0;
            margin-bottom: 15px;
        }

        .modal .modal-content a {
            font-weight: 700;
            display: block;
            margin-bottom: 10px;
            color: #2870ed;
            text-decoration: none;
        }

        .modal .modal-content p {
            line-height: 26px;
        }

    .modal .modal-footer {
        border-top: 0.0625rem solid #c9d2dd;
        padding-top: 1.875rem;
        text-align: center;
    }

.slick-slide img {
    width: 100%;
}

.help-slider .slider-controls {
    position: absolute;
    top: 0;
    width: 100%;
}

    .help-slider .slider-controls .slide-btn {
        width: 45px;
        height: 280px;
        position: relative;
        background: 0 0;
        border: none;
        outline: 0;
        cursor: pointer;
        padding: 0;
        margin: 0;
    }

.slide-btn.slide-btn-prev {
    display: none;
}

.slide-btn.slide-btn-next {
    float: right;
}

#display-card-login-tutorial .modal-content, #mtoken-login-tutorial .modal-content, #hwtoken-login-tutorial .modal-content {
    padding: 0 !important;
    padding-bottom: 1rem !important;
}

.help-slider .slides .slide {
    outline: none;
}

    .help-slider .slides .slide p {
        max-width: 580px;
        width: 100%;
        margin: 0 auto;
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2rem;
    }

.help-slider .slide .slide-title {
    font-weight: 300;
    font-size: 2rem;
    color: #11456a;
    margin: 2.5rem 0 1rem 0;
    text-align: center;
}

.help-slider .slide-content-help {
    color: #8198b3 !important;
    font-size: 14px !important;
    line-height: 22px;
    margin-top: 10px;
}

.help-slider .slide.first-slide p {
    margin-top: 2.5rem;
}

.help-slider .first-slide button {
    margin: 0 auto 2rem auto;
    display: block;
}

.help-slider .slide p svg {
    fill: #0065ad;
}

.help-slider .slide-btn svg {
    fill: #2870ed;
    width: 24px;
    height: 24px;
}

.help-slider .slide .icon-btn-0-1, .help-slider .slide .icon-btn-c, .help-slider .slide .icon-btn-ok {
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    margin: 0 2px 0 3px;
}

.help-slider .slide .icon-display-6ili9, .help-slider .slide .icon-display-ZP, .help-slider .slide .icon-display-up {
    width: 50px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-left: 3px;
}

.help-slider .slide .icon-btn-6, .help-slider .slide .icon-btn-9 {
    width: 30px;
    height: 30px;
    position: relative;
    top: 6px;
}

.help-slider .slide-btn-prev svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.help-slider .slide-btn-next svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.help-slider .button {
    display: inline-block;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #738dab;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all .24s ease;
    -o-transition: all .24s ease;
    transition: all .24s ease;
    text-decoration: none;
    text-align: center;
    outline: 0;
    margin: 0 4px;
    margin-bottom: 15px !important;
    background-color: #2870ed !important;
    color: #fff;
    border: 0;
}

    .help-slider .button:hover {
        background: #004679 !important;
    }

.helpkeyboard {
    /*margin-top: 0px;*/
    float: right;
}

    .helpkeyboard a {
        /*color: #ccd7e1;*/
        color: #b7c1ca !important;
        font-size: 1.25rem;
        font-weight: 400 !important;
        text-align: right;
        text-decoration: none !important;
        line-height: 1.25rem;
    }

.modal .button {
    font-family: "Open Sans",Helvetica,sans-serif;
    width: auto;
    min-width: auto;
    margin: 0 4px;
    margin: 0 0.25rem;
    border-color: #005b94;
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
    font-size: 14px;
}

.modal .button--warning {
    color: #e30613;
    border-color: #e30613;
}

    .modal .button--warning:hover {
        color: #e30613;
        border-color: #e30613;
    }

    .modal .button--warning:focus {
        color: #e30613;
        border-color: #e30613;
    }

.button-primary {
    background-color: #2870ed !important;
    color: #fff !important;
    border: 0 !important;
}

.flex-box {
    display: block;
}

    .flex-box .flex-row {
        display: flex;
        margin-bottom: 0.5rem !important;
    }

.flex-col {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    /*padding-left: 0.9rem;*/
    /*padding-right: 0.9rem;*/
}

#tran-result {
    border-top: 0.0625rem solid #c9d2dd;
    padding-top: 0.9rem;
}

    #tran-result label {
        font-size: 1.5rem;
        color: #738dab;
        margin-bottom: 0;
        line-height: 1;
    }

    #tran-result p {
        font-size: 1.5rem;
        color: #445c75;
        line-height: 1;
        margin-bottom: 0;
    }

.tran-status-row {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

strong {
    font-weight: bolder;
}

.erste-banner-full a {
    text-decoration: none;
}

.erste-banner-full .erste-banner-full__content {
    position: relative;
    color: #fff;
    max-width: 500px;
    max-width: 50rem;
    width: 420px;
    width: 42rem;
    margin: 0 auto;
    margin-top: 45.3vh;
    text-align: center;
    z-index: 4;
}

    .erste-banner-full .erste-banner-full__content h2 {
        text-decoration: none !important;
        position: relative;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 60px;
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.2;
        letter-spacing: normal;
        margin-bottom: -25px;
    }

    .erste-banner-full .erste-banner-full__content p {
        font-size: 20px;
        font-size: 2rem;
        font-weight: 300;
        line-height: 1.3;
        margin: 0;
        text-transform: uppercase;
    }

.erste-banner-full .erste-banner-full__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
}

#signing-title {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
}

.signing-content {
    width: 296px;
    margin: 0 auto;
}

#signing-box {
    border: 1px solid #c0c0c0;
    background-color: white;
    width: 264px;
    height: 100%;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.form-group-signing {
    display: table-row;
    margin: 0 auto;
    width: 80%;
}

.label-key {
    display: table-cell;
    width: 50%;
    text-align: left;
    color: #a0a0a0;
}

.label-val {
    display: table-cell;
    text-align: right;
    width: 50%;
}

.modal-footer-signing {
    margin: 0 auto;
}

#button-sign {
    background-color: #C90000;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    height: 40px;
}

#button-cancel {
    background-color: #005b94;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    height: 40px;
}

#button-next {
    background-color: #005b94;
    color: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%;
    font-size: 15px;
    height: 40px;
}

.textbox-signing {
    width: 100%;
    height: 25px !important;
    margin: 0 auto;
    text-align: right;
    padding: 0 !important;
    padding-right: 3px !important;
}

.error-msg-box-signing {
    width: 92%;
    border: 0.1rem solid #ffbdbd;
    background: #ffe6e6;
    padding: 1rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin: 0 auto;
    margin-bottom: 20px !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    color: #b33c3c !important;
}

.sucess-msg-box-signing {
    width: 92%;
    border: 0.1rem solid #32ae75;
    background: #cdf3e2;
    padding: 1rem;
    -webkit-border-radius: 0.3rem;
    border-radius: 0.3rem;
    margin: 0 auto;
    margin-bottom: 20px !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    color: #32ae75 !important;
}

.login-form.form.paschg {
    width: 100%;
    height: 100vh;
    background-color: #e6ebef;
    margin: 0 auto;
}

.paschg-header {
    background: #eef0f4;
    top: 0;
    width: 100%;
    height: 69px;
}

.paschg-body.wrapp {
    width: 1100px;
    height: 540px;
    margin: 0 auto;
    margin-top: 40px;
}

.paschg-content {
    display: inline-block;
    width: 70%;
    height: 100%;
    background-color: #fff !important;
}

.picture.container {
    display: inline-block;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    float: left;
    overflow: hidden;
    background: #eef0f4 !important;
}

.picture.align-left {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.form.title {
    text-align: center;
    font-size: 24px !important;
    font-weight: 100;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6ebef;
}

.form p {
    margin-bottom: 50px;
    line-height: 24px;
    font-size: 16px;
}

#paschgBtn {
    width: 200px !important;
    margin: 0 auto;
    border-radius: 4px;
}

.header-container {
    width: 1100px;
    height: 69px;
    margin: 0 auto;
}

#header-logo {
    margin: 0 auto;
    width: 232px;
    height: 40px;
}

#lbtnKrajRada {
    height: 100%;
    color: #2870ed;
    float: right;
    margin: 0 auto;
}

#header-logout {
    width: 22px;
    height: 50%;
}

.error-msg-box.paschg-error-msg-box {
    margin: 0 0 0 0 !important;
    border-radius: initial !important;
}

@media screen and (max-height: 40rem) {
    .login-form.form.paschg {
        overflow-y: scroll;
    }
}

@media screen and (max-width: 75rem) {
    .header-container {
        width: 910px;
    }

    .paschg-body.wrapp {
        width: 910px;
    }
}

@media screen and (max-width: 60rem) {
    .header-container {
        width: 690px;
    }

    .paschg-body.wrapp {
        width: 690px;
    }
}

@media screen and (max-width: 48.125rem) {
    .header-container {
        width: 546px;
    }

    .paschg-body.wrapp {
        width: 546px;
    }
}

@media screen and (max-width: 34.375rem) {
    .header-container {
        width: 93%;
    }

    .paschg-body.wrapp {
        width: 93%;
    }

    .picture.container {
        display: none;
    }

    .paschg-content {
        width: 100%;
    }

    .error-msg-box.paschg-error-msg-box {
        text-align: center;
    }
}

@media screen and (max-width: 24rem) {
    .header-container {
        width: 93%;
        margin-left: 10px;
        margin-right: 10px;
    }

    .paschg-body.wrapp {
        height: 635px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #header-logo {
        width: 65%;
    }
}

@media screen and (max-width: 60rem) {
    .erste-banner-full {
        display: none;
    }

    .footer {
        width: 100%;
    }

        .footer .footer-content ul {
            width: 65%;
        }
}

@media screen and (max-height:410px) {
    .erste-banner-full .erste-banner-full__content {
        margin-top: 200px;
        margin-top: 20rem;
    }
}

@media screen and (max-height:600px) {
    .erste-banner-full .erste-banner-full__content h2 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 45px;
        line-height: 4.5rem;
        margin-bottom: -30px;
    }

    .erste-banner-full .erste-banner-full__content p {
        font-size: 14px;
    }
}

@media screen and (max-width:75rem) {

    .erste-banner-full .erste-banner-full__content h2 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 45px;
        line-height: 4.5rem;
        margin-bottom: -5px;
    }

    .erste-banner-full .erste-banner-full__content p {
        font-size: 14px;
    }
}

@media screen and (max-width: 560px) {
    .morph-menu__content.active .morph-menu__header {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: 30px;
    }

    .morph-menu__content.active .morph-menu__options {
        bottom: 15px;
    }

    .close-morph {
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width: 561px) {
    .morph-menu__content.active .morph-menu__header {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        top: 0;
    }

    .morph-menu__content.active .morph-menu__options {
        bottom: 0;
    }

    .close-morph {
        top: 40px;
        right: 40px;
    }
}

@media screen and (max-height: 600px) {
    .morph-menu__content__valign-container {
        top: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        margin-bottom: 20px;
        margin-bottom: 1.25rem;
    }
}

@media screen and (max-width: 416px) {
    .footer .footer-content {
        top: -1rem;
    }
}

/*@media screen and (max-width: 416px) {
    .footer .footer-content {
        top: -1rem;
    }
}*/

@media screen and (max-width: 387px) {
    -
    .footer p {
        width: 60%;
    }

    @supports (-moz-appearance:none) {
        .footer p {
            width: 100%;
        }
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS */
    header {
        margin-top: 30%;
    }
}

#erste-chat {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    border: 0;
    z-index: 999999;
    overflow: hidden;
}

/*navs*/
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #dddddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555555;
            cursor: default;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #ffffff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #dddddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.clearfix:before,
.clearfix:after,
.nav:before,
.nav:after {
    display: table;
    content: " ";
}

.clearfix:after,
.nav:after {
    clear: both;
}
