#topnav #lang_nav {
    text-align: center;
}

#topnav li a.top_nav_lang {
    min-width: 55px;
    display: block;
}

#col3_content {
    min-height: 21em;
}

/* Anpassung der Zeilenhöhe, damit Label und Radio-Buttons auf derselben Höhe stehen*/
.main_form .form_input_container {
    line-height: 1.6em;
}

/* Fehleranzeige */
.main_content_standard .form_error li,.main_form .form_error li {
    color: #cc0000;
}

/* Bug-Fix wegen Verschiebung des Footers */
.main_form .main_form_container div.buttons {
    overflow: auto;
}

.main_form .main_form_submit {
    margin-bottom: 0px;
}

td.fixed_col1 {
    width: 42%;
}

.verfahren_form_icon_container {
    width: 16px;
    height: 16px;
}

/***************************************************************
 * E-Mail-Links
 ***************************************************************/
a.email {
    display: inline;
    background: url('../drv-style/css/screen/images/bg_icon_contact_email.png') no-repeat left center;
    padding-left: 18px;
    margin-bottom: 4px;
}

a.email {
}

a.email:hover,
a.email:focus {
    background: url('../drv-style/css/screen/images/bg_icon_contact_email_high.png') no-repeat left center;
}

.barrierefreiheit p,
.barrierefreiheit h2,
.barrierefreiheit h3 {
    margin: 1em 0;
}

.barrierefreiheit h2 {
    font-size: 1.333em;
    line-height: 1.1875;
    color: #353637;
    margin-bottom: 0.563em;
}

.barrierefreiheit ul {
    margin-bottom: 20px;
    padding-left: 17px;
}

.barrierefreiheit ul ul {
    margin-bottom: 10px;
    padding-left: 12px;
}

.barrierefreiheit ul li {
    margin-bottom: 5px;
}


.top_nav_link .top_nav_gebaerdensprache {
    background-image: url("../elogin-theme/img/bg_topnav_gebaerdensprache.png");
    display: block;
    width: 1.5em;
}

.top_nav_link .top_nav_leichte_sprache {
    background-image: url("../elogin-theme/img/bg_topnav_leichte_sprache.png");
    display: block;
    width: 1.5em;
}


/*
	SystemMeldung : Ticket-ARSELOGIN:926
	Konfiguration der Startseite zur Anzeige weiterer Informationen
 */
.system_meldung_header .ui-icon{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.system_meldung_header .ui-icon-triangle-1-s,
.system_meldung_icon_collapse{
    background-image: url("../dsrv-style/_media/content/collapse.gif");
}
.system_meldung_icon_expand{
    background-image: url("../dsrv-style/_media/content/expand.gif");
}
.system_meldung_container{
    padding: 0.5em 0 1.5em 0;
}
.system_meldung_item{
    border-bottom: 1px solid #d2d5d4;
    margin-bottom: 10px;
}
.system_meldung_header{
    background: #919d23;
    padding: 0.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.system_meldung_header_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.system_meldung_hinweise,
.system_meldung_titel{
    font-size: 1.333em;
}
.system_meldung_titel{
    color: #ffffff;
}
.system_meldung_inhalt{
    font-size: 1.1em;
    padding: 0.5em 1em;
}
.system_meldung_titel_datum{
    min-width: 135px;
    text-align: right;
}
.system_meldung_titel_datum_text{
    color: #ffffff;
}

.sr-only {
    /* Das Element wird durch eine Sonar Regel verlangt, soll aber nicht sichtbar sein. Es soll durch einen Screenreader
     erfasst werden. Siehe auch: https://webaim.org/techniques/css/invisiblecontent/ */
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}


.iconSubstitute {
    width: 16px;
    height: 16px;
}
