/*------------------ Contentbox ------------------*/
.hx_contentbox_header,
table.hx-window div.hx-window-header-headline {
    color: #000;
    background-color: #f9b000;
}

.hx_contentbox_header_testsystem,
table.hx-window div.hx-window-header-headline_testsystem {
    color: #fff;
    background-color: #cc1212;
}

/*------------------ Hauptmenu ------------------*/
div.mainmenubox {
    background-color: #c1c1c1;
}

div.mainmenubox div.mainmenuentry span:hover,
div.mainmenubox div.mainmenuentryactive span,
div.mainmenubox div.mainmenuentry a.mainmenulink:hover,
div.mainmenubox div.mainmenuentryactive a.mainmenulink {
    color: #000;
}

div.mainmenuentrydropdown {
    color: #000;
    background-color: #efefef;
}

div.mainmenuentrydropdown a {
    color: #000;
}

div.mainmenuentrydropdown a:hover {
    color: #000;
}

/* HEADER */
.headerbox {
    position: relative;
    height: auto !important;
    color: #000 !important;
    background: #f9b000 !important;
    z-index: 3000 !important;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
}

.headerbox-testsystem{
    background-color: #cc1212 !important;
}

.headerbox_inner {
    position: relative;
    width: 100%;
    /*max-width: 1480px;*/
    display: flex;
}

.headerbox:before {
    background: #f9b000;
    content: '';
    width: 0;
}

.headerbox-testsystem:before {
    background-color: #cc1212 !important;
    content: '';
    width: 0;
}

.headerbox:after {
    content: '';
}

.headerbox * {
    box-sizing: border-box;
    text-decoration: none !important;
}

.headerbox_logo_con {
    position: static;
    background-color: #f9b000 !important;
    padding: 10px !important;
}

.headerbox_logo_con-testsystem {
    position: static;
    background-color: #cc1212 !important;
    padding: 10px !important;
}

.headerbox a.logolink {
    position: relative !important;
    color: #000 !important;
    text-align: right !important;
    width: auto !important;
    top: 0 !important;
    left: 0 !important;
    line-height: 41px !important;
}

.headerbox_title {
    width: 800px;
    padding: 10px 10px 10px 0!important;
    color: #000;
    background-position-x: 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 65px;
    font-size: 16px !important;
    line-height: 15px !important;
    /*font-weight: 500 !important;*/
}

.headerbox_title span{
    display: block;
}

.headerbox_title span::first-letter {
    font-weight: 800 !important;
    padding-right: 1px;
}

.headerbox_nav {
    position: absolute;
    right: 0;
    padding: 0 20px !important;
}

.headerbox_nav .headerbox_nav_link:last-child {
    margin-left: 20px;
}

.headerbox_nav_info_text {
    display: none;
    color: #fff !important;
    cursor: pointer;
}

.headerbox_nav_link_con {
    position: relative;
    display: inline-block;
    height: 65px;
    transition: border-color 1s;
}

.headerbox_nav_icon {
    display: inline-block;
    color: #eee;
    font-size: 24px;
    cursor: pointer;
    margin: 20px 15px !important;
}

.headerbox_nav_icon:hover {
    color: #bbbbbb;
}

.headerbox_nav_sub {
    display: none;
    z-index: 2900;
    position: absolute;
    top: 65px;
    right: 0;
    background-color: #5b5e65;
    list-style: none;
    box-shadow: 0px 6px 7px -1px rgba(0, 0, 0, 0.75);
}

.headerbox_nav_sub_item {
    width: 100%;
}

.headerbox_nav_sub_item-headline {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    padding: 5px 10px !important;
}

.headerbox_nav_sub_item:last-child {
    border-bottom: 0px solid #eee;
}

.headerbox_nav_sub_item_link {
    min-width: 320px;
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    padding: 5px 10px !important;
    width: 100%;
}

.headerbox_nav_sub_item_link:hover {
    color: #aaa;
}

.headerbox_nav_sub_item_link-active {
    color: #ffa600;
    cursor: default;
    pointer-events: none;
}

.headerbox_nav_active {
    color: #ffa600 !important;
}

div.moduletitle {
    color: #000;
    background-color: #EFEFEF;
    top: 65px;
}

/* HEADER */
div.headerbox div.metamenubox a{
    color: #333333;
}

div.headerbox div.metamenubox a:hover{
    color: #000;
}

div.headerbox div.metamenubox a img{
    border-color: #333333;
}

div.headerbox div.metamenubox a:hover img{
    border-color: #000;
}

.metamenubox_icon{
    margin-left: 20px;
    vertical-align: sub;
    font-size: 20px;
    color: #333333c4;
}

/*------------------ Liste ------------------*/
table.hxliststatusbar ul.paginator li a.currentpage:hover,
table.hxliststatusbar ul.paginator li a.currentpage {
    color: #000;
    background-color: #F9B000;
}

td.listfilter img.active {
    background-color: #F9B000;
}

div#morelink a {
    color: #666666;
}

.center {
    text-align: center;
}

.formbutton[disabled] {
    cursor: wait !important;
}

/*------------------ Popup ------------------*/
.hx_popup_header .hx_popup_header_title {
    color: #000;
    background-color: #f9b000;
}

.hx_popup_header_testsystem .hx_popup_header_title {
    color: #000;
    background-color: #f9b000;
}

.hx_popup_header_headline {
    color: #000;
    background-color: #f9b000;
}

/*------------------ Portalbox ------------------*/
div.portalbox {
    color: #000;
    background-color: #efefef;
}

div.portalboxheader {
    color: #000;
    background-color: #f9b000;
}

div.portalbox div.portalboxcontent a {
    color: #000;
}

/*------------------ Submenu ------------------*/
.hx_submenu, div.submenubox {
    top: 120px;
}

div.submenutext,
div.submenutextsel,
div.subsubmenutext,
div.subsubmenutextsel,
ul.hxmenu li {
    color: #000;
}

div.submenutext a,
div.submenutextsel a,
div.subsubmenutext a,
div.subsubmenutextsel a,
ul.hxmenu li a {
    color: #000;
}

div.submenubox a:hover,
.hx_submenu a:hover {
    color: #000;
}

div.submenutextsel a,
ul.hxmenu > li.active > a {
    color: #000;
    background-color: #f9b000;
}

div.submenubox a:hover,
.hx_submenu a:hover {
    color: #000;
}

div.submenutext a,
div.submenutextsel a,
ul.hxmenu > li > a {
    background-color: #F0F0F0;
}

div.submenutextsel a,
ul.hxmenu > li.active > a {
    color: #000;
    background-color: #f9b000;
}

div.subsubmenutext a,
div.subsubmenutextsel a,
ul.hxmenu > li.active > ul > li > a {
    color: #000;
    background-color: #FFF3C4;
}

div.subsubmenutextsel a,
ul.hxmenu > li.active > ul > li.active > a {
    color: #000;
    background-color: #f9b000;
}

ul.hxmenu > li > ul > li > a {
    color: #000;
    background-color: #F0F0F0;
}

.hx_content, .hx_content_hide, .hx_content_nosubmenu, .hx_content_portal, div.contentbox, div.contentbox_hide, div.contentbox_nosubmenu, div.contentbox_portal {
    padding-top: 119px;
}

.hx_content_nosubmenu {
    padding-left: 0px !important;
}

.container-login-middle-center {
    position: absolute;
    width: 360px;
    height: 200px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0;
}

.container-pw-vergessen-middle-center {
    position: absolute;
    width: 360px;
    height: 200px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    margin-left: 0;
}

/* Statusbar */
.form_statusbar{
    position: relative;
    border-top:1px solid rgb(193,193,193);
    background-color: rgb(240,240,240);
    margin: 20px -5px -5px -5px;
}

/* helper */
.hide{
    display: none;
}

.mt {
    margin-top: 25px;
}

.mt-1 {
    margin-top: 12px;
}

.mb {
    margin-bottom: 25px;
}

.mb-s {
    margin-bottom: 12px;
}

.m-l {
    margin-left: 25px;
}

.mr-1{
    margin-right: 15px;
}

.pr {
    padding-right: 25px;
}

.pr-1 {
    padding-right: 5px;
}

.pr-2 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 15px;
}

.p-l {
    padding-left: 25px;
}

.pt-1 {
    padding-top: 10px;
}

.pl-1 {
    padding-left: 5px;
}

.pl-2 {
    padding-left: 10px;
}

.border-top{
    border-top: 1px solid #c1c1c1;
    padding-top: 25px;
}

.border-bottom{
    border-bottom: 1px solid #c1c1c1;
}

.border-right{
    border-right: 1px solid #c1c1c1;
}

.border-left{
    border-left: 1px solid #c1c1c1;
}

.bold{
    font-weight: bold;
}

.error{
    color: red !important;
}

.passive{
    color: rgb(180,180,180) !important;
}

.align_right{
    text-align: right;
}

.align_center{
    text-align: center;
}

.hide_text *{
    font-size: 0 !important;
}

.text-12{
    font-size: 12px;
}