/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* roboto-regular - latin */
@font-face {
  font-family: 'roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto-v27-latin-regular.eot'); /* ie9 compat modes */
  src: local(''),
       url('roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* ie6-ie8 */
       url('roboto-v27-latin-regular.woff2') format('woff2'), /* super modern browsers */
       url('roboto-v27-latin-regular.woff') format('woff'), /* modern browsers */
       url('roboto-v27-latin-regular.ttf') format('truetype'), /* safari, android, ios */
       url('roboto-v27-latin-regular.svg#roboto') format('svg'); /* legacy ios */
}

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

input.txt {
  margin-top: auto !important;
}

.footer a {
	text-decoration: underline !important;
}


/**
 * 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 {
  -webkit-box-sizing: content-box;
          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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

input { outline-color: #03a1d2; }

:-moz-focusring {
  color: #03a1d2;
  outline: 1px solid #03a1d2;
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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, /* 1 */
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;
}


/*! normalize.css v7.0.0 END */


/* FONTS */





/* BASE STYLE */

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clear {
    clear: both;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
    /* For IE 6/7 (trigger hasLayout) */
}

body {
    height: 100%;
    font-size: 1em;
    font-family:  'Roboto',sans-serif;
    color: #4a4a4a;
}



/* Start your code here */


.container {
    width: 970px;
    margin: 0 auto;
}

.header {
  border: 1px solid transparent;
  width: auto !important;
}

.header-left {
    display: inline-block;
}

.header-left img{
    vertical-align: top;
}

.header-right {
    padding-top: 10px;
    float: right;
}

.header-right .date {
    display: inline-block;
    font-size: .80em;
    float: left;
    margin: 0 45px 0 0;
}

.header-right .languages {
    list-style-type: none;
    float:right;
    padding: 0;
    margin-top: 0;
}

.header-right .languages li {
    display: inline-block;
}

.header-right .languages li.active {
    background-color: #dcdcdc;
	border-radius: 4px;
}

.header-right .languages li:hover {
    background-color: #dcdcdc;
	border-radius: 4px;
}

.header-right .languages li.active a {
    color: #000;
}

.header-right .languages li:hover a {
    color: #fff;
}

.header-right .languages li.active:hover a {
    color: #000;
}

.header-right .languages li a {
    display: block;
    padding: 11px 6px;
    text-decoration: none;
    color: #4a4a4a;
    font-weight: 600;
    font-size: 0.90em;
}

.main-content {
    border-top: 3px solid #990000; 
    padding: 15px
}

.column-left {
    width: 322px;
    float: left;
    min-height: 460px;
    
}

.column-right {
    width: 607px;
    float: right;
}

.login-top {
    min-height: 370px;
    padding: 22px 20px 10px 20px;
    background-color: #fff;
    margin-bottom: 13px;
    box-shadow: 0 10px 10px -3px rgb(105 61 61 / 30%), 0 4px 6px -4px rgb(190 165 165 / 50%);
	border: 1px solid #e9e9e9;
    border-radius: 8px;	
}

.login-top-text-wrap {
    min-height: 35px;
}

.login-top-text-wrap p {
    margin-bottom: 15px;
}

.login-top h3 {
    font-size: 1.20em;
    margin-top: 0;
    margin-bottom: 24px;
    max-width: 250px;
    display: inline-block;
}

.login-top .question-mark {
    background: url('../css_images/login2/question_icon.png') no-repeat;
    width: 10px;
    height: 15px;
    display: block;
    float: right;
}

.login-top p {
    margin-top: 0;
    font-size: 0.78em;
}

.login-top .form-wrap input {
    width: 272px;
    height: 42px;
    line-height: 42px;
    border-radius: 7px;
    border: 1px solid #a1a1a1;
    margin-bottom: 11px;
    padding: 0 15px;
    background-color: #fff;
    color: #4a4a4a;
    font-size: 0.93em;
}

.login-top .form-wrap input:last-of-type {
    margin-bottom: 16px;
}

.login-top .form-wrap .submit-button {
    text-align: right;
    margin-bottom: 40px;
    padding-right: 10px;
}

.login-top .form-wrap button {
    cursor: pointer;
    width: 176px;
    border: none;
    background-color: #990000; 
    border-radius: 6px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #ffffff;
}

.login-top .opt-links {
    margin: 0;
    padding: 0;
}

.login-top .opt-links li{
    display: block;
    margin-bottom: 6px;
}

.login-top .opt-links a{
    font-size: 0.80em;
    text-decoration: none;
    color: #990000;
    display: inline-block;
    padding-left:12px;
    background: url('../css_images/login2/chevron_icon.png') no-repeat 0 1px;
}

.login-top .opt-links a:hover {
    color: #990000;
}

.login-bottom {
    padding: 10px 20px 10px 10px;
    background-color: #fff;
}

.login-bottom img {
    float: left;
    margin-right: 20px;
}

.login-bottom a.signaturkarte {
    float: left;
    border-bottom: 1px solid #dfcac9;
    text-decoration: none;
    margin: 7px 0 0 0;
    font-size: 0.9em;
    color: #990000; 
}

.login-bottom .question-mark {
    background: url('../css_images/icon_question.gif') no-repeat;
    width: 10px;
    height: 15px;
    display: block;
    float: right;
    margin-top: 7px;
}

.info-wrapper {
   background-color: #fff; 
   margin-bottom: 5px;
   border-radius: 8px;
   box-shadow: 0 10px 10px -3px rgb(105 61 61 / 30%), 0 4px 6px -4px rgb(190 165 165 / 50%);
   border: 1px solid #e9e9e9;
}

.info {
    padding: 24px;
    height: 190px;
}

.column-3-grid {
    width: 172px;
    float: left;
    margin-right: 20px;
}

.column-3-grid:nth-of-type(3n) {
    margin-right: 0;
}

.column-3-grid h3 {
    font-size: 0.96em;
    margin-top: 0;
    margin-bottom: 11px;
}

.column-3-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.column-3-grid ul li {
    margin-bottom: 12px;
    font-size: 0.8em;
    line-height: 1.3;
}

.column-3-grid ul li a {
    text-decoration: none;
    color: #990000;
}

.column-3-grid ul li a:hover {
    color: #990000;
}

.service-info-column {

}

.sicherheit ul li {
    margin-bottom: 20px;
}

.sicherheit ul li a {
    display: block;
}

.sicherheit li img {
    margin-right: 4px;
    vertical-align: top;
}

.sicherheit li .info-icon {
    margin-left: 5px;
    margin-right: 8px;
}

.service-info li a{
    display: block;
    padding-left: 12px;
    background: url('../css_images/login2/chevron_icon.png') no-repeat 0 2px;
}

.support li img {
    vertical-align: bottom;
    margin-right: 2px;
}

.column-3-grid .support ul li {
    margin-bottom: 5px;
}

.support li span {
    display: block;
    margin-top: 2px;
}

.clickable-area {
    height: 263px;
}

.clickable-area a {
    width: 100%;
    height: 100%;
    display: block;
}

.footer {
    padding-top: 15px;
    position: relative;
}

.footer ul {
   list-style: none; 
   margin: 0;
   padding: 0;
   text-align: center;
   display: block;
   width: 100%;
}

.footer ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer ul li a {
    color: #676767;
    font-size: 0.75em;
}

.footer ul li a:hover {
    color: #990000; 
}

.footer p {
    text-align: center;
    color: #676767;
    font-size: 0.7em;
}

div.color-scheme {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 0;
}

div.color-scheme a.scheme-changer {
    width: 25px;
    height: 25px;
    display: inline;
    float: left;
    text-indent: -1000em;
    margin-left: 8px;
}

div.color-scheme a.sh-yellow {
    background: url(../css_images/login2/icon_color_yellow.png) no-repeat;
}

div.color-scheme a.sh-blue {
    background: url(../css_images/login2/icon_color_blue.png) no-repeat;
}

div.color-scheme a.sh-red {
    background: url(../css_images/login2/icon_color_red.png) no-repeat;
}

div.color-scheme a.wai {
    background: url("../css_images/login2/icon_wai.png") no-repeat;
    width: 32px;
    height: 22px;
    display: inline;
    float: left;
    text-indent: -1000em;
    margin: 0;
}


/*COLOR SCHEME STYLES*/

 /*yellow/black theme*/
.scheme-yellow {
    color: #000;
    background-color: #fc0;
}

.scheme-yellow .column-3-grid ul li a {
    color: #000;
}

.scheme-yellow .column-3-grid ul li a:hover {
    font-weight: 600;
}

.scheme-yellow .login-top {
    background-color: #fc0;
}

.scheme-yellow .login-bottom {
    background-color: #fc0;
}


.scheme-yellow  .info-wrapper {
   background-color: #fc0;
}

.scheme-yellow .login-top .form-wrap button {
    background-color: #000;
    color: #fc0;
}

.scheme-yellow .login-bottom a.signaturkarte {
    border-bottom: 1px solid #3D3D3D;
    color: #000;
}

.scheme-yellow .login-top .opt-links a{
    color: #000;
}

.scheme-yellow .login-top .opt-links a:hover {
    font-weight: 600;
}

.scheme-yellow .header-right .date {
    color: #000;
}

.scheme-yellow .header-right .languages li a {
    color: #000;
}

.scheme-yellow .header-right .languages li:hover a {
    color: #fff;
}

.scheme-yellow .header-right .languages li.active:hover a {
    color: #000;
}

.scheme-yellow .footer ul li a {
    color: #000;
}

.scheme-yellow .footer ul li a:hover {
    font-weight: 600;
}

.scheme-yellow .footer p {
    color: #000;
}

.scheme-yellow input {
	color: #000;
	background: #fc0 !important;
	border: 1px solid #000 !important;
}	

.scheme-yellow .login-top .opt-links a{
    background: url('../css_images/login2/chevron_icon_black.gif') no-repeat 0 1px !important;
}

.scheme-yellow .service-info li a{
    background: url('../css_images/login2/chevron_icon_black.gif') no-repeat 0 2px !important;
}

.scheme-yellow .info-wrapper {
	border: 1px solid #e7b900 !important;
}

.scheme-yellow .login-top {
	border: 1px solid #e7b900 !important;
}	


/*blue/white theme*/
.scheme-blue {
    color: #009;
    background-color: #fff;
}


.scheme-blue .column-3-grid ul li a {
    color: #009;
}

.scheme-blue  .column-3-grid ul li a:hover {
    font-weight: 600;
}

.scheme-blue .login-top {
    background-color: #fff;
}

.scheme-blue .login-bottom {
    background-color: #fff;
}

.scheme-blue  .info-wrapper {
   background-color: #fff;
}

.scheme-blue .login-top .form-wrap button {
    background-color: #009;
    color: #fff;
}

.scheme-blue .login-top .form-wrap input::placeholder {
    color: #009;
}

.scheme-blue .login-top .form-wrap input {
    color: #009;
}

.scheme-blue .login-bottom a.signaturkarte {
    border-bottom: 1px solid #009;
    color: #009;
}

.scheme-blue .login-top .opt-links a{
    color: #009;
}

.scheme-blue .login-top .opt-links a{
    font-weight: 600;
}

.scheme-blue .header-right .date {
    color: #009;
}

.scheme-blue .header-right .languages li a {
    color: #009;
}

.scheme-blue .header-right .languages li:hover a {
    color: #fff;
}

.scheme-blue .header-right .languages li.active:hover a {
    color: #009;
}

.scheme-blue .footer ul li a {
    color: #009;
}

.scheme-blue .footer ul li a:hover {
    font-weight: 600;
}

.scheme-blue .footer p {
    color: #009;
}

.scheme-blue .login-top .opt-links a{
    background: url('../css_images/login2/chevron_icon_blue.gif') no-repeat 0 1px !important;
}

.scheme-blue .service-info li a{
    background: url('../css_images/login2/chevron_icon_blue.gif') no-repeat 0 2px !important;
}


.one-column-grid {
   width: 240px;
}

input.txt-login.error  {
    border-color: #d2041c !important; border: 3px solid #d2041c !important; outline-color: #d2041c;
}

input.pin-txt.error {
    border-color: #d2041c !important; border: 3px solid #d2041c !important; outline-color: #d2041c;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1; /* Firefox */
  font-size: 0.85em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: 999;
  font-size: 0.85em;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: 999;
  font-size: 0.85em;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {

   position: absolute!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important;

}

::-ms-reveal {
    display: none;
}

input#pin::-webkit-credentials-auto-fill-button {
    margin-right: 20px;
}

#toggleButton.eye {
    background-image: url('../css_images/login2/visible.svg');
}

#toggleButton.eye-slash {
    background-image: url('../css_images/login2/invisible.svg');
}

#login_tabs {
    margin-top: 16px;
}

#toggleButton {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 16px;
}

#tab_polling_info a,
#tab_code a {
    text-decoration: underline;
    font-size: 0.8em;
}

#tab_polling_info img {
	width: 35px !important;
}

#tab_code_info {
	font-size: 0.8em;
}

#tab_code > .submit-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#tab_code button {
  width: 145px;
}

/* app login changes */  
a .login_tab_inactive { color: #4a4a4a !important; }
a .login_tab_active { color: #990000 !important; }

.scheme-blue a .login_tab_inactive { color: #009 !important; }
.scheme-blue a .login_tab_active { color: #009 !important; }

.scheme-yellow a .login_tab_inactive { color: #000 !important; }
.scheme-yellow a .login_tab_active { color: #000 !important; }