/* ============================================
 Projekt:      CENTER

 Datei:        03_CSX_COMMONS.CSS

 Datum:        12.01.2016
 Version:      2.0
 Optimiert:    ab IE 9, FF, Chrome, Opera
 ================================================ */

/* ============================================
        DEFAULTS
================================================ */
/* Dotted Border bei ausstellen */
a,
a:active,
a:focus {
    outline: none;
}

h2 {
    margin: 0 0 15px 0;
}

h3 {
    margin: 20px 0 10px 0;
}

/* Suche Title (Weitere Einschraenkungsmoeglichkeiten) */
h3.searchResultHeadlineSmall {
    margin-top: 50px;
}

/* Suchprofile Title */
p.createSearchProfileText {
    padding-bottom: 20px;
}

p.createSearchProfileText:before,
p.createSearchProfileText:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

p {
    margin: 10px 0 20px 0;
}

a[name] {
    text-decoration: none !important;
    cursor: default;
}

b,
strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
    font-weight: normal;
}

/* table tbody tr td a, */
a:link img,
a:hover img,
.browsePages a {
    text-decoration: none !important;
}

.noTextDecorationLink {
    background-color: transparent !important;
    text-decoration: none !important;
}

abbr,
acronym,
span.abbr {
    cursor: help;
    border-bottom: 1px dotted;
}

label {
    cursor: pointer;
}

/* Allgemeine Liste die nicht in Sub + MainNav sind */
#content ul {
    list-style-type: square;
}

#content ol {
    list-style-position: inside;
    list-style-type: decimal;
}

#content ul li {
    margin-bottom: 5px;
    margin-left: 15px;
}

.width-auto {
    width: auto !important;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}


.breaker {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-none {
    float: none;
}

/* Textausrichtungen - Formatierungen */
.text-left {
    text-align: left;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.text-normal {
    font-weight: normal !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-disabled {
    color: gray !important;
}

.table-box {
    display: table;
}

.table-cell {
    display: table-cell;
}

/* UNSICHTBARER TEXT FUER BARRIEREFREI */
.screenReaderText {
    position: absolute;
    left: auto; /* left:-10000px; */
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* fuer den DEBUG-BEREICH */
body.debugScreenReader .screenReaderText {
    border: 2px solid red;
    left: auto;
    width: 10px;
    height: 10px;
    overflow: hidden;
}

.screenReaderLinkFocus {
  display: inline-block;
  margin: 0;
  padding: 0;
}

/* ============================================
         TABELLEN
================================================ */
/* Ueberschrift tabellen */
caption {
    padding: 20px 0 15px 0;
    text-align: left;
}

/* Allgemeine Tabellen */
table {
    background: #fff;
    border-spacing: 0;
    margin-bottom: 20px;
    width: 100%;
}

table thead th {
    background-color: #ddd;
    border: 1px solid;
    height: 30px;
    text-align: center;
    padding: 5px 5px 6px 5px;
    vertical-align: middle;
}

table tbody td {
    border: 1px solid;
    height: 35px;
    padding: 2px 5px 3px 5px;
    vertical-align: middle;
}

table tfoot td {
    background-color: #ddd;
    border: 1px solid;
    padding: 13px 5px 14px 5px;
    text-align: right;
}

/* Tablehead Breitenangaben */
.table-head-column-width-80,
td.actionColumn {
    min-width: 80px;
    width: 80px;
}

.table-head-column-width-100,
.box-width-100 {
    min-width: 100px;
    width: 100px;
}

.table-head-column-width-120,
.box-width-120 {
    min-width: 120px;
    width: 120px;
}

.table-head-column-width-150,
.box-width-150 {
    min-width: 150px;
    width: 150px;
}

.table-head-column-width-180 {
    min-width: 180px;
    width: 180px;
}

.table-head-column-width-200 {
    min-width: 200px;
    width: 200px;
}

.table-head-action-column-default { /* bis 2 Icons */
    min-width: 80px;
    width: 80px;
}

.table-head-action-four-icons { /* 4 Icons */
    min-width: 110px;
    width: 110px;
}

/* ============================================
         TABS
================================================ */
.tabHeader {
    cursor: default;
    height: 40px;
    margin: 10px 0 0 0;
    position: relative;
    text-transform: uppercase;
}

.tabHeader ul {
    bottom: -1px;
    position: absolute;
}

.tabHeader ul li {
    display: inline;
    list-style: none;
}

.tabHeader a,
.tabHeader span,
.tabHeader li a.current {
    border: 1px solid;
    display: block;
    float: left;
    margin: 1px 5px 0 0;
    min-height: 25px;
    padding: 5px 5px 4px 5px;
    text-align: center;
}

.tabHeader a:hover {
    margin-top: 0;
    padding-bottom: 5px;
}

.tabHeader span,
.tabHeader a.current,
.tabHeader a.current:hover {
    background-color: #fcfcfc;
    border: 1px solid;
    border-bottom: none;
    border-radius: 0;
    cursor: default;
    margin-top: 0;
    padding: 5px 5px 6px 5px;
}

/* Tabinhalt */
.tabContent {
    background-color: #fcfcfc;
    border: 1px solid;
    padding: 20px 10px 20px 10px;
}

/* ============================================
         TABELLENPAGING / SORTING
================================================ */
.browsePages {
    padding: 0 10px 0 10px;
    text-align: left;
}

.browsePagesText {
    float: left;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 2px 0 0 0;
}

.browsePages a {
    border: 1px solid;
    display: block;
    float: left;
    height: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    text-decoration: none !important;
    width: 16px;
    vertical-align: middle;
}

.browsePages a:hover {
    text-decoration: none !important;
}

/* Zur ersten Seite */
.browsePages a.browseFirst:before,
.browsePages a.browseFirstGhost:before {
    border-left: 2px solid;
    content: "";
    display: inline-block;
    height: 10px;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 0;
}

.browsePages a.browseFirst:after,
.browsePages a.browseFirstGhost:after {
    border-right: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 7px;
    position: absolute;
    top: 3px;
    width: 0;
}

/* Eine Seite zurueck */
.browsePages a.browseBackward:before,
.browsePages a.browseBackwardGhost:before {
    border-right: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 0;
}

.browsePages a.browseBackward:after,
.browsePages a.browseBackwardGhost:after {
    border-right: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 8px;
    position: absolute;
    top: 3px;
    width: 0;
}

/* Eine Seite vor */
.browsePages a.browseForward:before,
.browsePages a.browseForwardGhost:before {
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 0;
}

.browsePages a.browseForward:after,
.browsePages a.browseForwardGhost:after {
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 8px;
    position: absolute;
    top: 3px;
    width: 0;
}

/* Zur letzten Seite */
.browsePages a.browseLast:before,
.browsePages a.browseLastGhost:before {
    border-left: 5px solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    left: 4px;
    position: absolute;
    top: 3px;
    width: 0;
}

.browsePages a.browseLast:after,
.browsePages a.browseLastGhost:after {
    border-left: 2px solid;
    content: "";
    display: inline-block;
    height: 10px;
    left: 10px;
    position: absolute;
    top: 3px;
    width: 0;
}

/* Ghostzustaende */
.browsePages a.browseFirstGhost,
.browsePages a:visited.browseFirstGhost,
.browsePages a:active.browseFirstGhost,
.browsePages a:hover.browseFirstGhost,
.browsePages a.browseBackwardGhost,
.browsePages a:visited.browseBackwardGhost,
.browsePages a:active.browseBackwardGhost,
.browsePages a:hover.browseBackwardGhost,
.browsePages a.browseLastGhost,
.browsePages a:visited.browseLastGhost,
.browsePages a:active.browseLastGhost,
.browsePages a:hover.browseLastGhost,
.browsePages a.browseForwardGhost,
.browsePages a:visited.browseForwardGhost,
.browsePages a:active.browseForwardGhost,
.browsePages a:hover.browseForwardGhost {
    background-color: transparent !important;
    border-color: #919191 !important;
    cursor: not-allowed;
    color: #919191;
}

/* SORTIEREN */
.sortTableASC:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 3px;
    position: relative;
    top: -1px;
    width: 0;
}

.sortTableDESC:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 3px;
    position: relative;
    top: -1px;
    width: 0;
}

/* ============================================
        SPEZIAL TABELLEN
================================================ */
table.overviewtable caption {
    margin-bottom: 0;
}

table.overviewtable th,
table.overviewtable td {
    padding: 2px 0 3px 0;
    vertical-align: middle;
}

table.overviewtable,
table.overviewtable tr td,
table.registrationOverviewCompany,
table.registrationOverviewCompany tr td {
    border: none;

}

table.overviewtable tr:hover,
table.registrationOverviewCompany tr:hover {
    background: none !important;
}

table.overviewtable tr th,
table.registrationOverviewCompany tr th {
    font-weight: normal;
    text-align: left;
    width: 220px;
}

table.overviewtable tr td,
table.registrationOverviewCompany tr td {
    font-weight: bold;
}

table.registrationOverviewCompany tr td {

}

table.overviewtable tr td.tablefoot {
    background-color: #f2f2f2;
    border-top: 2px solid #ddd !important;
    font-weight: normal;
    height: 65px;
    padding-left: 20px;
    text-align: left;
    vertical-align: middle;
}

/* Trennungsrow */
table.overviewtable tr td.stripline {
    height: 10px;
}

/* Tabelle Zusammenfassung Step5 Unternehmensregistrierung */
table th.columnFixed {
    vertical-align: middle;
}

/* ============================================
         FARBEN TABELLE /FORMELEMENTE
================================================ */
fieldset,
table thead th,
table tbody td,
table tfoot td,
.tabHeader a, /* alle TABS */
.tabContent,
.tabHeader span,
.tabHeader a.current,
.tabHeader a.current:hover,
.searchTypesCPVBox .resultBoxCPV ul li,
.searchContainer,
ol#wizardSteps {
    border-color: #bbb !important;
}

ol#wizardSteps li:after {
    border-color: #f2f2f2 !important;
}

/* BG Color */
.form-actions,
.form-top,
table tbody tr:hover, /* table row hover */
.searchTypesCPVBox .resultBoxCPV ul li:hover,
.searchContainer,
ol#wizardSteps {
    background-color: #f2f2f2;
}

/* ============================================
         FILTERUNG SUCHPROFILE (TABELLE)
================================================ */
.profileSearchBox {
    display: table;
    height: 40px;
    width: 100%;
}

.profileSearchBoxTable {
    display: table-cell;
    padding: 0;
    text-align: right;
    vertical-align: middle;
}

/* Drop Down */
.profileSearchBoxTable select {
    margin-left: 5px;
    position: relative;
    top: 5px;
    width: 200px;
}

h3.profileSearchTableHeadline {
    padding: 0;
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 60%;
}

/* ============================================
        LABEL / PATCH
================================================ */
.label-patch {
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.5px;
    padding: 2px 3px;
    text-transform: uppercase;
    vertical-align: middle;
}

/* Verfahren aufgehoben */
.abrogate {
    background-color: #cc3a3a;
}

.aw {
    background: #656465;
}

/* ============================================
         FUSSNOTE
================================================ */
#mandatorFootnode {
    font-weight: normal;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

#mandatorFootnode br {
    display: block;
    margin-top: 8px;
    vertical-align: top;
    line-height: 24px;
    content: "\A0";
}

#mandatorFootnode span.mandatoryField {
    cursor: default;
    padding: 0 5px 0 0;
}

/* Pflichtfeldmarkierungen */
span.mandatoryField,
span.popupMandatory {
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, serif;
    font-size: 14px !important;
    line-height: 1;
    padding: 0;
    position: relative;
    text-align: center;
    top: -2px;
    vertical-align: top;
}

span.mandatoryField.mandatoryNumber {
    font-size: 12px !important;
    margin-left: 5px;
}

/* Angaben in der Fussnote */
#mandatorFootnode span.mandatoryField.mandatoryNumber {
    margin-left: 0;
}

/* ============================================
         TESTBOX (HINWEIS)
================================================ */
#testSystemBox {
    border-bottom: 1px solid #000;
    color: #fff;
    font-weight: bold;
    height: 35px;
    left: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#testSystemBoxSpace {
    height: 35px;
}

.testSystemText {
    color: #000;
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    padding-top: 5px;
    text-transform: uppercase;
}

/* ============================================
          TOOLTIP CONTAINER / INFO ICON CONTAINER
================================================ */
.tooltip {
    background: #fff;
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.5);
    display: none;
    left: 0;
    margin: 0;
    min-width: 250px;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 92;
}

.tooltip table {
    margin-bottom: 0;
}

.tooltip table tbody tr td {
    line-height: 1.4;
    padding: 3px 5px;
    text-align: left;
    vertical-align: top;
}

.tooltip table tbody tr td ul li {
    margin-bottom: 0 !important;
}

.infoCompanyIdDetails,
.infoCompanyDetails,
.infoSearchCriteriaDetails,
.infoSearchCriteria {
    cursor: default;
    display: inline-block;
    height: 16px;
    margin: 0;
    padding: 0;
    width: 16px;
}

.infoCompanyDetails {
    margin-left: 10px;
}

/* ============================================
         INFO- ERROR- WARN- HINWEISBOXEN
================================================ */

p.info,
.hintDist,
p.agbInfo {
    border: 1px solid #a2b4ee;
    background-color: #dbe3ff !important;
}

ul#successMessages,
p.success {
    border: 1px solid #9adf8f;
    background-color: #d5ffce !important;
}

p.error,
ul#errorMessages {
    border: 1px solid #df8f8f;
    background-color: #ffcece !important;
}

li.error {
    list-style-position: inside;
    list-style: none;
}


p.info,
.hintDist,
ul#successMessages,
p.success,
ul#errorMessages,
p.error,
p.agbInfo {
    font-weight: normal !important;
    min-height: 20px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 10px 30px 10px 30px;
    margin: 10px 0 20px 0;
}

ul#errorMessages {
    padding-left: 28px;
}

ul#errorMessages:empty {
    display: none;
}


.boxNoBackgroundNoBorder {
    background-image: none !important;
    background-color: transparent !important;
    border: none;
    padding: 0;
}

/* NEU AB 25.02.2016 */
span.success ul li,
span.info ul li,
span.error ul li,
span.warning ul li {
    list-style-type: square;
    margin: 5px 0 0 15px;
}

span.success ol li,
span.info ol li,
span.error ol li,
span.warning ol li {
    list-style-type: decimal;
    margin: 3px 0 0 0;
}

span.success,
span.info,
span.error,
span.warning {
    display: block;
    min-height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 11px 30px 10px 30px !important;
    margin: 10px 0 20px 0;
}

/* SUCCESS */
span.success {
    border: 1px solid #9adf8f;
    background-color: #d5ffce !important;
}

/* ERROR */
span.error {
    border: 1px solid #df8f8f;
    background-color: #ffcece !important;
}

/* WARNING */
span.warning {
    border: 1px solid #f9c862;
    background-color: #f9f2cc;
}

/* INFO */
span.info {
    border: 1px solid #a2b4ee;
    background-color: #dbe3ff !important;
}

/* ============================================
         ICON CONTAINER
================================================ */
.userActionEditIcon, /* Nutzer bearbeiten - Bleistift mit Blatt - AKTION */
.userActionStatusDeactivateIcon, /* Nutzer sperren - Stopicon mit Figur - AKTION */
.userActionStatusActivateIcon, /* Nutzer entsperren - gruener Haken mit Figur - AKTION */
.userActionStatusActivateIconGhost, /* Nutzer entsperren disabled - gruener Haken mit Figur - AKTION */
.userActionDeleteIcon, /* Nutzer loeschen - Muelleimer - AKTION */
.cpvCodeChecked, /* CPV-Code gewaehlt gruener Haken */
.userAccountStatusActiveIcon, /* Nutzer nicht gesperrt - gruener Haken */
.userAccountStatusInActiveIcon, /* Nutzer gesperrt - Stopicon */
.userAccountStatusAutomaticLockIcon, /* Nutzer gesperrt nach Loginfehlversuch - Schloss */
.iconSearchProfileNotificationOn,
.iconSearchProfileNotificationOff {
    display: inline-block !important;
    height: 16px;
    margin: 0 !important;
    padding: 0 !important;
    width: 16px;
}

/* ============================================
         BUTTON SUPPORT-CENTER
================================================ */
a.centerSuS {
    display: inline-block;
    height: 41px;
    text-decoration: none !important;
    width: 95px;
}

/* ============================================
        REGISTRIERUNG UNTERNEHMEN / WIZARD
================================================ */
ol#wizardSteps {
    border: 1px solid;
    display: table;
    list-style-type: none;
    margin: 25px 0 !important;
    overflow: hidden;
    position: relative;
}

ol#wizardSteps li {
    display: table-cell;
    height: 40px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 160px;
}

/* Icon 'gruener Haken' */
ol#wizardSteps li span {
    display: inline-block;
    height: 16px;
    margin-left: 5px;
    position: absolute;
    top: 10px;
    width: 16px;
}

ol#wizardSteps li.bold {
    font-weight: bold;
}

ol#wizardSteps li.disabled {
    color: #bbb;
    cursor: not-allowed !important;
}

ol#wizardSteps li.bold span,
ol#wizardSteps li.disabled span,
ol#wizardSteps li:first-child:after,
ol#wizardSteps li:first-child:before,
ol#wizardSteps li:first-child.bold:before {
    display: none !important;
}

ol#wizardSteps li:before {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid #000;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

ol#wizardSteps li:after {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 2;
}

ol#wizardSteps li.bold:after {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block !important;
    height: 0 !important;
    left: 100%;
    position: absolute !important;
    top: 0 !important;
    width: 0 !important;
    z-index: 5 !important;
}

ol#wizardSteps li.bold:before {
    border-bottom: 20px solid transparent !important;
    border-left: 20px solid #f2f2f2 !important;
    border-top: 20px solid transparent !important;
    content: "";
    display: inline-block !important;
    height: 0 !important;
    left: 0;
    position: absolute !important;
    top: 0 !important;
    width: 0 !important;
    z-index: 5 !important;
}

/* ============================================
          TABELLE LEGENDE
================================================ */
table.legendTable {
    margin: 40px 0 10px 0;
    width: 30%;
}

.legendTable thead th {
    text-align: left;
    text-transform: uppercase;
}

.legendTable thead th,
.legendTable tbody td {
    height: 20px;
}

table.legendTable td.tableLegendAlignment {
    text-align: center;
}

/* Icons display: inline-block fuer align:center */
table.legendTable td.tableLegendAlignment span {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

/* ============================================
          ACCESSIBLE LINK
================================================ */
#accessible_nav {

}

.accessible {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    display: flex;
    justify-content: flex-end;
}

.accessible__item {
    display: flex;
}

.accessible__item:not(:first-child) {
    margin-left: 10px;
}

.accessible__link {
    display: inline-flex;
    align-self: center;
    align-items: center;
}

.accessible__link-text {
    display: inline-block
}

.accessible__link-icon {
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-flex;
    width: 25px;
    height: 25px;
    margin-left: 5px;
}

/* Icon EINFACHE SRACHE */
.accessible__link-icon--easy-speech {
    background-position: -25px center;
}

/* Icon GEBAERDENSPRACHE */
.accessible__link-icon--sign-speech {
    background-position: left center;
}

/* Icon UNTERTITEL */
.accessible__link-icon--subtitle {
    background-position: -50px center;
    margin-left: -1px;
}

/* ============================================
          SPRACHAUSWAHL
================================================ */
ul.selectLanguage {
    float: right;
    position: relative;
}

.selectLanguage__button {

}

.selectLanguage__button::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    content: "";
    display: inline-block;
    height: 0;
    left: 1px;
    position: relative;
    top: 2px;
    width: 0;
    margin: 0 5px;
}

/* Status NORMAL */
.selectLanguage__button-icon {
    background-position: center 0;
    height: 25px;
    width: 25px;
}

/* Status HOVER | FOCUS */
.mainNavSubLevel:hover .selectLanguage__button-icon,
.selectLanguage__button:hover .selectLanguage__button-icon,
.selectLanguage__button:focus .selectLanguage__button-icon,
.selectLanguage__button:hover .selectLanguage__button-icon,
.selectLanguage__button:active .selectLanguage__button-icon {
    background-position: center -25px;
}

/* Status NORMAL bei STICKY NAV */
.sticky .selectLanguage__button-icon {
    background-position: center -50px;
}

/* Status HOVER bei STICKY NAV */
.sticky .mainNavSubLevel:hover .selectLanguage__button-icon,
.sticky .selectLanguage__button:focus .selectLanguage__button-icon,
.sticky .selectLanguage__button:hover .selectLanguage__button-icon,
.sticky .selectLanguage__button:active .selectLanguage__button-icon {
    background-position: center -75px;
}

.selectLanguage__button-text {
    padding: 0 5px;
}

#mainNav ul.selectLanguage li ul.subLevel {
    background-color: #8d8d8d;
    cursor: default;
    display: none;
    height: auto;
    overflow: hidden;
    position: absolute;
    min-width: 120px;
    right: 0;
    top: 35px;
    z-index: 5;
    -webkit-box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.2);
}

#mainNav ul.selectLanguage li ul.subLevel li {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

span.languageHeadline {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

span.languageBlock {
    display: block;
    padding: 0 5px;
}

span.languageBlock .controls-float-none {
    align-items: center;
    display: flex;
}

span.languageBlock label {
    padding: 0;
    width: auto;
    white-space: nowrap;
}

/* ============================================
         TRUNCATE TEXT BESCHNEIDEN / WORD-WRAP
================================================ */
/* Text abschneiden bei Ueberlaenge */
.truncate {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Textbeschneidung in TDs Bsp. Vergabeunterlagen Text bleibt einzeilig, ohne Umbruch*/
.truncate-data-cell-nowrap {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* ============================================
         ANGABEN "End of Support IE11/edge"
================================================ */
.endOfSupportIE {
    background: #fff;
    display: flex;
    margin: auto;
    max-width: 998px;
}

.endOfSupportIE__column {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding:15px;
}

.endOfSupportIE h1,
.endOfSupportIE h2,
.endOfSupportIE h3,
.endOfSupportIE p {
    line-height: 1.2;
    margin: 0 0 15px 0;
    padding:0;
    font-weight: normal;
    font-size: 14px;
}

.endOfSupportIE h1 {
    display: flex;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

.endOfSupportIE__head-icon {
    display: flex;
    min-width: 40px;
    height: 40px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    animation: icon-scale 0.5s alternate infinite ease-in;
}

@keyframes icon-scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.2);
    }
}

.endOfSupportIE h2 {
    font-size: 22px;
}

.endOfSupportIE h3 {
    font-size: 18px;
}

.endOfSupportIE__button,
.endOfSupportIE__button:active,
.endOfSupportIE__button:visited {
    background: #e5ebef;
    border: none;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    display: inline-flex;
    margin:0 15px 15px 0;
    min-height: 36px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-width: 80px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.endOfSupportIE__button:hover,
.endOfSupportIE__button:focus{
    outline: 0;
    background-color: #252525;
    color:#fff;
}

_:-ms-fullscreen, :root .endOfSupportIE__button::after {
    content: "";
    display: block;
    min-height: 36px;
}

.endOfSupportIE__button  .endOfSupportIE__button-icon {
    display: inline-flex;
    min-width:25px;
    min-height: 25px;
    margin-right: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}

.endOfSupportIE__button--bg-green,
.endOfSupportIE__button--bg-green:active,
.endOfSupportIE__button--bg-green:visited {
    background: #146140;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    min-height: 46px;
    margin: 30px 0;
    padding: 0 20px;
}

/* IE11 Hack 4 align-items */
_:-ms-fullscreen, :root .endOfSupportIE__button--bg-green::after {
    content: "";
    display: block;
    min-height: 46px;
}

.endOfSupportIE__button--bg-green  .endOfSupportIE__button-icon {
    display: inline-flex;
    width:28px;
    height: 28px;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.endOfSupportIE .responsive {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .endOfSupportIE {
        flex-direction: column;
        padding: 15px;
    }

    .endOfSupportIE__column {
        width: 100%;
        padding:0;
    }

    .endOfSupportIE h3 {
        text-align: center;
    }

    .endOfSupportIE__button-wrapper {
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
    }
}

/* ============================================
          (DEBUG-MODE)
================================================ */
.VMPdebugArea {
    border-top: 20px solid #ccc;
    padding: 30px 10px;
    display: block;
    margin: 0 auto;
}

.VMPdebugArea input,
.VMPdebugArea input[type="submit"],
.VMPdebugArea select {
    float: left !important;
    margin: 10px 10px 10px 0 !important;
}

.VMPdebugArea form + input[type="button"] {
    position: relative;
    top: 10px;
}

.VMPdebugArea table th,
.VMPdebugArea table td {
    vertical-align: middle;
    text-align: left;
}

.VMPdebugArea table td {
    /* 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;
}

.VMPdebugArea table {
    display: block;
    max-width: 860px;
    margin: 0 auto !important;
}

.VMPdebugArea fieldset {
    display: block;
    margin: 0 auto !important;
    width: 870px;
}

#selenium_id {
    border: 1px solid #bbb;
    margin: 0 auto;
    max-width: 870px;
    padding: 10px 20px;
}

#selenium_id span {
    display: block;
    margin: 0 0 20px 0;
}

/* Flaggen */
.flagIcon {
    display: inline-block;
    height: 15px;
    margin: 0;
    padding: 0;
    width: 18px;
}

.flagEuro {
    background-position: 0 0;
}

.flagGerman {
    background-position: 0 -15px;
}

/* Button in die Zwischenablage kopieren */
.clipboardCopyButton {
    bottom: 3px;
    left: 0;
    position: fixed;
    z-index: 9999999;
}

#clipBoardStatus {
    background-color: transparent;
    border-radius: 5px;
    bottom: 4px;
    left: 280px;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    position: fixed;
    z-index: 9999999;
}

#clipBoardStatus.bgSuccess {
    background-color: #30b769;
    color: #fff;
}

#clipBoardStatus.bgError {
    background-color: #cd0337;
    color: #fff;
}

/* ============================================
           MEDIA-QUERIES
================================================ */
@media screen and (max-width: 1024px) {
    .selectLanguage__button-text {
        display: none;
    }
}

/* ============================================
           ICON FROM THE CSX-STYLEGUIDE
================================================ */

@font-face {
    font-family: "icomoon";
    src: url("../images/commonImages/fonts/icomoon.ttf");
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-decoration: none;

    /* Better Font Rendering =========== */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
    display: inline-block;
    text-decoration: none;
}

[dir=rtl] [class^="icon-"] {
    transform: scaleX(-1); // Horizontal spiegeln
}

.icon-empty::before {
    content: " ";
}

.icon-success:before {
    content: "\e900";
}


/* ============================================
           BADGE FROM THE CSX-STYLEGUIDE
================================================ */

.badge {
    justify-content: center;
    align-items: center;
    min-width: 1.25rem;
    min-height: 1.25rem;
    font-weight: bold;
    display: inline-flex;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    color: #fff;
    padding: 0.0625rem;
    cursor: default;
}

.badge,
.badge-group {
    font-family: "Verdana", sans-serif;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-transform: uppercase;
}

.bg-color--green {
    background-color: #146140;
    border-color: #146140;
}

.bg-color--grey {
    background-color: grey;
    border-color: grey;
}
