:root {
    --blue-dark: #28404e;
    --blue-medium: #477189;
    --blue-light: #69a3bf;

    --red-medium: #ed1c24;

    --white: #ffffff;
    --gray-light: #e8eaeb;
    --gray-medium: #c1ccd6;
    --gray-dark: #8a9299;
}

body {
    -webkit-text-size-adjust: none;
    font-family: "Noto Sans", sans-serif;
}

.link {
    border-bottom: 1px dotted #477189;
}

/*
.link a:link, .link  {
	text-decoration: none;
	color: #477189;
}
*/

.doc_content {

    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    /* word-break: break-all; */
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink)
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; */

    line-height: 1.4;

}

a {
    text-decoration: none;
}
a:link:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled),
a:link:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled),
a:visited:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled),
a:visited:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled) {
    text-decoration: none;
    color: var(--blue-medium);
    cursor: pointer;
}

a:link:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled):not(:has(img)):hover,
a:link:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled):not(:has(img)):hover,
a:visited:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled):not(:has(img)):hover,
a:visited:not(.button-primary, .button-secondary, .button-tertiary, .button-secondary-outline, .disabled):not(:has(img)):hover {
    filter: invert(30%);
}

a.disabled {
    color: #444444;
}

b {
    font-weight: 700;
}

hr, .border-bottom {
    border: none;
    border-bottom: 1px solid var(--gray-light);
}

.standOld {
    border-radius: 4px;
    white-space: nowrap;
    display: inline;
    font-weight: normal;
    color: #ffffff;
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    BACKGROUND-COLOR: #ed1c24;
}

.standOld a:visited {
    color: #ffffff;
}

.standOld a:link {
    color: #ffffff;
}

.standOld a:hover {
    color: #aaaaaa;
}

.filter {
    height: 1.2em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0 solid #ffeeee;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}


/* accordion on submission page and may be more */

.accordion {
    background-color: var(--blue-dark);
    /* border-radius: 4px;
    border-color: #fff; */
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    /* border: 3px #477189 solid; */
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 100ms;
    margin-bottom: 2px;
    margin-top: 2px;
    border: none;
}


.active_accordion, .accordion:hover {
    background-color: var(--blue-medium);
    border-color: #fff;
}

.accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active_accordion:after {
    content: "\2212";
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.panel_open {
    font-size: 14px;
    padding: 0 12px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms ease-out;
}

.panel {
    font-size: 14px;
    padding: 0.25em 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms ease-out;
}

/* End accordion */


.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px solid #ffffff;
    margin: 4px 1px 1px 2px;
    background: #ff0000;
    color: #000000;
}

.submit:hover {
    border: 0px solid #ffffff;
    margin: 4px 2px 1px 2px;
    background: #888888;
}


.fieldbusy {
    background-color: #fffdc4;
    color: #555555;
}


.form {
    /*font-family: Verdana, Arial, serif;*/
    font-size: 13px;
    color: #555555;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
}

.form2 {
    /*font-family: verdana, Arial, serif;*/
    font-size: 11px;
    color: #555555;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
}

/*input[type=submit] {
    -webkit-appearance: none;
    //  width: 55px;
    background-color: #477189;
    color: white;
    padding: 5px;
    margin: 3px 3px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}*/

input[type=button] {
    -webkit-appearance: none;
    width: 50px;
    background-color: #477189;
    color: white;
    padding: 5px;
    margin: 3px 3px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


select {
    background-color: #ffffff;
    padding: 0px;
    margin: 3px 3px;
    border-radius: 4px;
}


.title {
    /*font-family: Verdana, Arial, serif;*/
    font-size: 17px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #28404e;
    font-weight: bold
}

/* H1 { font-family:Verdana,Arial,serif;font-size:14px;margin-bottom:0px;padding-bottom:0px;color:#444444;font-weight:bold} */

H2 {
    /*font-family: Verdana, Arial, serif;*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #28404e;
}

.xlarge {
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 16px;
    color: #444444;
}

.large {
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 14px;
    color: #444444;
}

.medium {
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 13px;
    BACKGROUND-COLOR: #ffffff;
    color: #444444;
}

.small {
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 13px;
    color: #444444;
}

.ssmall {
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 9px;
    color: #444444;
}

/* .title {font-family:Verdana,Arial,sans-serif;font-size:12px;color:#444444;} */
/* bg1 bg2 war vorher f8f8f8 oder fafafa  in docs.php3 used still at all?*/
.bg1 {
    BACKGROUND-COLOR: #ffffff
}

.bg2 {
    BACKGROUND-COLOR: #ffffff
}

/* td entfernt line-height:1.6; */
td {
    font-size: 14px;
    color: #444444;
    line-height: 1.4;
    padding: 0;
}

.td2 {
    font-size: 13px;
    color: #444444;
    BACKGROUND-COLOR: #e8e8e8
}

.td3 {
    font-size: 13px;
    color: #444444;
    BACKGROUND-COLOR: #fafafa
}

.td_sidebar {
    font-size: 13px;
    color: #444444;
    line-height: 1.4;
}

.td_content {
    font-size: 14px;
    color: #444444;
}

.bgcolor1 {
    BACKGROUND-COLOR: #ffffff
}

.bgcolor2 {
    BACKGROUND-COLOR: var(--blue-dark)
}

.bgcolor2-old-blue0079c1 {
    BACKGROUND-COLOR: #5070a0 83a8cc
}

.bgcolor3 {
    BACKGROUND-COLOR: #ffd457
}

.altes_gelb {
    BACKGROUND-COLOR: #ffe888
}

.bgcolor4 {
    BACKGROUND-COLOR: #ffffff
}

.bgcolor5 {
    BACKGROUND-COLOR: #ffffff
}

.bgcolor6 {
    BACKGROUND-COLOR: #fff
}


.cite {
    color: #3366cc;
    font-style: normal;
    cursor: help;
}

.call {
    /*font-family: Verdana, Arial, sans-serif;*/
    font-size: 8px;
    font-weight: normal
}

.small {
    /*font-family: Verdana, Arial, serif;*/
    font-size: 9px;
    color: #444444;
    font-weight: normal
}

.border {
    border-style: solid dotted
}

.aboutnav {
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    padding: 3px;
    margin: 1px;
    BACKGROUND-COLOR: #5070a0;
}

/* Menu not used in exibit.templ somewhere else used??? */
.nav {
    white-space: nowrap;
    /*  font-weight:bold; */
    color: #fff;
    font-size: 14px;
    padding: 1px;
    margin: 1px;
    BACKGROUND-COLOR: #8d9ead;
    /*  BACKGROUND-COLOR: #102455; dark blue */
}

.navActive {
    white-space: nowrap;
    /* font-weight:bold; */
    color: #fff;
    font-size: 14px;
    padding: 1px;
    margin: 1px;
    BACKGROUND-COLOR: #477189;
}

.nav:hover {
    /*  font-weight:bold; */
    color: #ffffff;
    font-size: 14px;
    margin: 1px;
    padding: 1px;
    background-color: #aaa;
}

.navl {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 2px 2px #444444;
    padding: 1px;
    margin: 1px;
    BACKGROUND-COLOR: #5070a0;
}

.navlActive {
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 2px 2px #444444;
    padding: 3px;
    margin: 1px;
    BACKGROUND-COLOR: #888888;
}

.navl:hover {
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 2px 2px #444444;
    margin: 1px;
    padding: 3px;
    background-color: #444444;
}

.pic {
    overflow: hidden;
    /* margin: 1px; */
    border: 1px solid #d3d3d3;
    /* -webkit-box-shadow: 1px 1px 1px #222222;
     box-shadow: 1px 1px 1px #222222; */
}

.pic:hover {
    cursor: pointer;
}

.input-group {
    position: relative;
    height: 26px;
    display: flex;
    align-items: center;
}

.input-group > input[type="text"],
.input-group > input[type="password"],
.input-group > input[type="email"] {
    width: 100%;
    padding-right: 22px;
}

.input-group > .input-icon {
    position: absolute;
    height: 16px;
    bottom: 0;
    right: 4px;
    transform: translateY(calc(-50% + 3px));
    cursor: pointer;
}

.input-group > .input-icon > img {
    height: 16px;
}

.input-group > .input-icon > img.icon {
    display: none;
}

.input-group > .input-icon > img.icon.active {
    display: inline;
}

.content__container {
    max-width: 500px;
    margin: auto;
    text-align: left;
    color: #444444;
    line-height: 21px;
    font-size: 14px;
    padding: 0;
}

.flash-message {
    border: 2px solid #eeeeee;
    border-radius: 4px;
    padding: 12px 20px;
    width: auto;
    display: inline-block;
    margin-bottom: 12px;
}

.flash-message--success {
    border-color: #477189;
}

.flash-message--error {
    border-color: #ed1c24;
}

@media screen and (max-width: 499px) {
    .content__container {
        max-width: 100%;
    }
}

.password__collapse-icon {
    cursor: pointer;
}

.password__collapse-icon > img {
    width: 20px;
    height: 20px;
    outline: none;
}

.error__container {
    border: 1px solid #ed1c24;
    padding: 10px 20px;
    color: #ed1c24;
    border-radius: 4px;
}

.button--cta {
    -webkit-appearance: none;
    background-color: #477189;
    color: white !important;
    margin: 8px 0 0;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button--cta:hover {
    -webkit-appearance: none;
    background-color: #376179;
    color: white !important;
}

.button--cta:visited {
    color: white !important;
}

.color--error {
    color: #FF0000;
}

.hide-on-small {
    display: none;
}

.password-forgot__form {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin: 16px 0px;
    gap: 0.5rem;
}

.password-forgot__label {
    font-weight: 600;
}

.password-forgot__select {
    height: 26px;
    margin: 4px 0;
}

.password-forgot__button--submit {
    margin: 4px 0px !important;
    padding: 8px !important;
}

@media (min-width: 576px) {
    .hide-on-small {
        display: block;
    }

    .password-forgot__form {
        grid-template-columns: 140px 200px auto;
    }

    .password-forgot__button--submit {
        margin: 0px 4px !important;
        padding: 8px !important;
    }
}

sup {
    font-size: var(--font-sm);
    margin-left: .125em;
}