/* ==========================================================================
   Nuernberg Buergerkonto CSS
   ========================================================================== */
/* Resets, Variablen und Standardelemente ----------------------------------- */
/* normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

@import url("spinner.css");

@font-face {
    font-family: "Roboto";
    src: url('/intelliform/lib/fonts/Roboto/Roboto-Regular-webfont.eot') format('embedded-opentype'), url('/intelliform/lib/fonts/Roboto/Roboto-Regular-webfont.woff') format('woff'), url('/intelliform/lib/fonts/Roboto/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: Roboto, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5em;
}

.layer {
    margin: 48px auto;
    padding: 0;
    max-width: 42.875em;
    background: rgba(0, 0, 0, 0.8);
    border: 10px solid #999999;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/*
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
    margin: 0 0 1.25em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/*
 * Prevents `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;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
    max-width: 100%;
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 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;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#inhalt.section.clearfix{
    margin-left: 10px;
    margin-right: 10px;
}

.col-2, .col-content, .col-additional, .full-content {
    width: 100%;
}

.box, .island, .island-small {
    display: block;
}

.box > :first-child, .island > :first-child, .island-small > :first-child {
    margin-top: 0;
}

.box > :last-child, .island > :last-child, .island-small > :last-child {
    margin-bottom: 0;
}

.box {
    margin-bottom: 20px;
}

.island {
    padding: 20px;
}

.island-small {
    padding: 10px 20px;
}

.nested-bg {
    background-color: #f5f5f5;
}

.col-additional {
    background-color: #e9e9e9;
}

.icon-img {
    display: block;
    position: absolute;
    right: 0;
    top: 0.1em;
}

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only all and (min-width: 46.5em) {
    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .col-2 {
        width: 48%;
    }

    .col-content {
        width: 73%;
    }

    .col-additional {
        width: 25%;
    }

    .col-additional-bg {
        background: url(images/col_back.gif) 75% 0 repeat-y;
    }
}

.box-heading {
    margin: 0 20px 10px 20px;
    padding: 0;
    font-size: 16px;
    font-size: 1.0rem;
    color: #142d4a;
    position: relative;
}

.box-news {
    border: 1px solid #142d4a;
}

.box-news-heading {
    margin: 0;
    padding: 0.25em 20px;
    font-size: 16px;
    font-size: 1.0rem;
    color: #142d4a;
}

.box-layer {
    background-color: #fff;
    position: relative;
}

.box-daten {
    position: relative;
}

.box-icon {
    display: block;
    margin-left: 20px;
    text-indent: -20px;
}

.box-first-optional {
    border-top: 1px dotted #999999;
}

.box-first {
    border-top: 1px dotted #999999;
    border-bottom: 1px dotted #999999;
}

.box-follow {
    border-bottom: 1px dotted #999999;
}

.none-bg {
    padding-left: 20px;
    padding-right: 20px;
}

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only all and (min-width: 58.75em) {
    .box-heading {
        margin: 0 20px 10px 0;
        padding-left: 10px;
    }

    .none-bg {
        padding-left: 0;
        padding-right: 0;
    }

    .box-layer {
        position: relative;
        min-height: 28.5em;
    }
}

a {
    color: #0092bc;
}

a:link {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.link {
    display: block;
    margin-left: 16px;
    text-indent: -16px;
}

.link-text {
    text-indent: 0;
}

a.link-intern, a.link-extern, a.link-download, a.link-email, a.link-anwendung, a.link-sprungmarke {
    padding: 0 0 0 16px;
    margin: 0;
}

a.link-intern:before {
    display: inline-block;
    padding: 0px;
    content: url(images/icon_interner_link.gif) " ";
}

a.link-extern:before {
    display: inline-block;
    padding: 0px;
    content: url(images/icon_externer_link.gif) " ";
}

a.link-download:before {
    display: inline-block;
    padding: 0px;
    content: url(images/icon_download.gif) " ";
}

a.link-email:before {
    display: inline-block;
    padding: 0px;
    content: url(images/icon_email.gif) " ";
}

a.link-anwendung:before {
    display: inline-block;
    padding: 0px;
    content: url(images/icon_anwendung.gif) " ";
}

a.link-sprungmarke:before {
    display: inline-block;
    padding: 0px;
    content: url(images/icon_skip.gif) " ";
}

a.link-nav {
    margin: 0;
    padding: 0.25em 20px 0.25em 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

a.link-nav:hover, a.link-nav:active {
    color: #142d4a;
    background-color: #e9e9e9;
}

a.link-logout {
    padding: 0 0 0 20px;
    background: url(images/icon_logout.gif) 0 0em no-repeat;
    color: #fff;
    text-decoration: none;
}

a.link-logout:hover {
    text-decoration: underline;
}

.link-footer {
    color: #8f8f8f;
}

a.link-button {
    text-decoration: none;
    background-color: #EEEEEE;
    color: #333333;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only all and (min-height: 300px) and (min-width: 24.6em) {
    a.focus:focus, a.focus:active {
        margin-top: 4px;
        /*height: 1.4em !important;*/
        width: 22em !important;
        color: #000;
        position: absolute !important;
        top: 6000px !important;
        left: 6200px !important;
        background: #ccc;
    }
}

.link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.dialog-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.dialog {
    padding: 0 0 0 16px;
    margin: 0;
}

.dialog strong {
    font-style: normal;
}

.past {
    color: #7f925c;
    background: url(images/icon_dialog_erledigt.gif) 0 0.2em no-repeat;
}

.present {
    color: #000;
    background: url(images/icon_dialog_erledigt.gif) 0 0.2em no-repeat;
}

.future {
    color: #8f8f8f;
    background: url(images/icon_dialog_noch_offen.gif) 0 0.2em no-repeat;
}

/* Seitenbereiche ----------------------------------------------------------- */
.logo {
    position: absolute;
    top: 0;
    right: 67px;
    display: block;
    z-index: 1000;
}

div#header {
    background: url("images/header.png") repeat-x scroll 0 0 #b9b9b9;
    height: 246px;
    overflow: hidden;
}
div#header {
    margin-bottom: 2ex;
}

.main-heading {
    margin: 0;
    padding: 58px 20px 29px 20px;
    font-size: 18px;
    font-size: 1.25rem;
    font-weight: normal;
    color: #fff;
}

.layer-heading {
    margin: 0 20px 10px 20px;
    padding: 0;
    font-size: 16px;
    font-size: 1.0rem;
    color: #142d4a;
    position: relative;
}

.skip-links {
    margin: 0;
    padding: 0 0 20px 0;
    background: #fff;
    list-style: none;
    list-style-image: none;
}

.skip-links li {
    padding: 0 0 0 20px;
}

.main-nav {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-size: .95rem;
    list-style: none;
    list-style-image: none;
}

.main-nav li {
    padding: 0;
    color: #fff;
    border-top: 1px solid white;
}

.main-nav li.active {
    margin: 0;
    padding: 0.25em 20px 0.25em 20px;
    color: #142d4a;
    background-color: #e9e9e9;
    font-weight: bold;
}

.identity {
    margin: 0;
    padding: 0.2em 20px 0.2em 20px;
    color: #142d4a;
    list-style: none;
    list-style-image: none;
    border-top: 1px solid white;
}

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only all and (min-width: 58.75em) {

    .layer-heading {
        margin: 0 20px 10px 0;
    }

    div#header {
        height: 135px;
    }

    .main-nav {
        width: 50%;
        float: left;
    }

    .main-nav li {
        float: left;
        border-top: none;
    }

    .identity {
        text-align: right;
        border-top: none;
    }

    .identity li {
        padding: 0 0 0 10px;
        display: inline;
    }
}

@media only all and (min-height: 300px) and (min-width: 24.6em) {
    .skip-links {
        position: absolute !important;
        top: -6000px !important;
        left: -6000px !important;
        height: 0px !important;
        width: 0px !important;
    }
}

.footer {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #e9e9e9;
}

.footer-nav {
    margin: 0.2em 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.footer-nav li {
    color: #8f8f8f;
}

/* ==========================================================================
   Media queries
   ========================================================================== */
@media only all and (min-width: 400px) {
    .footer-nav {
        float: right;
    }

    .footer-nav li {
        display: inline;
        padding: 0 0 0 10px;
    }

    .footer-nav li:before {
        content: "|";
        padding: 0 12px 0 0;
    }
}

.button-row {
    display: block;
}

.button-row > :first-child {
    margin-left: 0;
}

.button-row > :last-child {
    margin-right: 0;
}

.button {
    margin: 0 10px;
}

.action, .action-top {
    text-align: right;
}

.form-left {
    float: left;
}

.form-right {
    float: right;
}

.form-col-2-3 {
    width: 60%;
}

.form-col-1-3 {
    width: 39%;
}

.form-col-2 {
    width: 49%;
}

.input {
    width: 100%;
}

.input-small {
    width: 50%;
}

.box-error {
    border: 1px solid #e10f00;
}

.box-notice {
    border: 1px solid #8f8f8f;
}

.form-text {
    margin-bottom: 0.3em;
}

.error {
    color: #e10f00;
    border: none !important;
}

.notice {
    /*font-weight: normal;*/
    color: #8f8f8f;
}

.icon-error, .icon-notice {
    padding: 0 0 0 20px;
    margin: 0;
}

.icon-error:before {
    display: inline-block;
    padding: 0;
    content: url(images/icon_fehler.gif) " ";
}

.icon-notice:before {
    display: inline-block;
    padding: 0;
    content: url(images/icon_hinweis.gif) " ";
}

.status {
    padding: 0 0 0 16px;
    font-weight: normal;
    font-size: 13px;
    font-size: 0.85rem;
    color: #8f8f8f;
}

.unverified:before {
    display: inline-block;
    padding: 0 8px 0 0;
    content: url(images/icon_nicht_bestaetigt.gif) " ";
}

.verified:before {
    display: inline-block;
    padding: 0 8px 0 0;
    content: url(images/icon_bestaetigt.gif) " ";
}

/* Dialog Overlay */

.dialog-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
}

#dialog-messages .message .dialog {
    border: 10px solid #999999;
    padding: 0;
    width: 42.85em;
}

#dialog-messages .message .dialog .message-text {
    padding: 20px;
}

/* Meine Vorg�nge */

.processes-nav {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-size: .95rem;
    list-style: none;
    list-style-image: none;
    margin-bottom: 15px;
}

.processes-nav li {
    padding: 0;
    color: #fff;
    border-top: 1px solid white;
}

.processes-nav li.processes-active {
    margin: 0;
    padding: 0.25em 20px 0.25em 20px;
    color: #142d4a;
    background-color: #e9e9e9;
    font-weight: bold;
}

.processes-nav {
    width: 75%;
    float: left;
}

.processes-nav li {
    float: left;
    border-top: none;
    background-color: #b9b9b9;
}

a.link-processes-nav {
    margin: 0;
    padding: 0.25em 20px 0.25em 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

a.link-processes-nav:hover, a.link-processes-nav:active {
    color: #142d4a;
    background-color: #e9e9e9;
}

table.processes th {
    text-align: left;
    background-color: #b9b9b9;
    padding: 0.25em 20px 0.25em 20px;
}

table.processes td {
    padding: 0.25em 20px 0.25em 20px;
}

table.processes td.even {
    background-color: #e9e9e9;
}


@media only screen and (max-width: 640px) {
    /* Logo anpassen*/
    .logo > img {
        display: none;
    }

    div#header a.logo:before {
        content: url("images/avatar_48x48.png");
        float: right;
    }

   .logo {
       right: 0;
    }

}

i.toggle-pw {
    cursor: pointer;
    margin-left: 5px;
}

span.pw-info {
    display: inline-block;
}