@font-face {
  font-family: 'Nunito Sans';
  src: url('fonts/NunitoSans-Regular.ttf');
}

.main-menu {
    display: block;
    height: 65px;
    font-family: 'Nunito Sans';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    text-transform: uppercase;
}

.main-menu__logo {
    float: left;
    width: 220px;
    overflow: hidden;
    line-height: 65px;
    background-color: #ffffff;
    height: 100%;
    text-align: center;
}
.main-menu__logo__company {
    padding: 10px 10px 0px 10px;
    height: 100%;
    width: auto;
}

.main-menu__layout {
    margin:0px;
    padding: 0px;

    float: left;
    overflow: hidden;
    background-color: #3e454c;
    width: -webkit-calc(100% - 220px);
    width:    -moz-calc(100% - 220px);
    width: calc(100% - 220px);
}

.main-menu__layout-unit {
    display: block;
    float: left;
    max-width: 175px;
    overflow: visible;
    height: 65px;
    /* max-width: 200px; */
}

.main-menu__layout-unit p{
   margin-top: 9px;
}

.main-menu__item {
    display: block;
    height: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #3e454c;
    color: #ffffff;
    text-decoration: None;
    cursor: pointer;
}

.main-menu__item:hover {
    /* background-color: #2d3237; */
    text-decoration: none;
    color: #fff;
}

.main-menu__item-emblem {
    height: 24px;
}

.main-menu__layout-unit__first{
    padding-left: 0px;
}

.main-menu__item_state_current {
    background-color: #2d3237;
    /* color: #ffcc00; */
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.main-menu__logo__current-company {
    display: inline-block;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    line-height: 1.25;
    vertical-align: middle;
    color: #3e454c !important;
    padding: 0 5px;
}

.main-menu__language {
    /* width: 2% !important; */
    padding: 0;
    background-color: #3e454c;
    text-align: center;
    vertical-align: bottom;
}

.language__flag, .language__flag-devider {
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
    margin-top: 37px;
    line-height: 20px;
    z-index: 999;
    color: #ffffff;
    text-decoration: none;
}

.language__flag-en {
 }

 {
    color: #ffcc00;
    text-decoration: none;
}

.language__flag-de {
}

.language__flag-de:hover, .language__flag-de__active, .language__flag-en:hover, .language__flag-en__active, .language__flag-sp:hover, .language__flag-sp__active {
    color: #ffcc00;
    text-decoration: none;
    cursor: pointer;
}

.language__flag-devider{
    cursor: auto;
    line-height: 23px;
}



.main-menu__tooltip {
	/*border-bottom: 1px dotted #0077AA;*/
	opacity: 1; 
    z-index:9999;
    padding-left: 2px;
    padding-right: 2px;
}

.main-menu__item__question-span{
    color: white;
}

.main-menu__item__question-text{
    position: relative;
    top: -10px;
}

#main-menu__item-help::after{
    margin-top: -10px;
    margin-left: 20px;
}

.main-menu__tooltip::after {
	background: #6999CF;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
	color: #FFF;
	content: attr(data-tooltip); 
	margin-left: -50px;
	opacity: 0.8; 
	padding: 3px 7px;
	position: absolute;
	visibility: hidden; 
	transition: all 0.3s ease-in-out; 
	transition-delay: 0.5s;
	z-index:9999;
}
		
.main-menu__tooltip:hover::after {
	opacity: 1; 
	visibility: visible;
	z-index:9999;
}

.main-menu__sub-menu {
    position: absolute;
    top: 65px;
    z-index: 999;
    background-color: #3e454c;
    color: #ffffff;
    list-style: none;
    padding: 0 5px;
    margin: 0;
    display: none;
}

.main-menu__sub-menu li {
    line-height: 30px;
    cursor: pointer;
}

.modal-dialog__help {
    width: 72vw;
    margin: 25px auto;
}

.modal__help-close {
    height: 2vw;
    margin-bottom: 0.4vw;
}

.modal__help-close button {
    width: 2vw;
    height: 2vw;
    background: url(help_modal_close.png) no-repeat center center #fcbd13;
    background-size: 1.1vw;
    border: none;
    float: right;
    padding: 0;
}

.modal__help-close p {
    float: right;
    color: #fcbd13;
    font-size: 1vw;
    padding: 0;
    margin: 0 0.8vw 0 0;
    text-transform: uppercase;
    line-height: 2vw;
}

.modal__help-navigation {
    background-color: #fcbd13;
    margin-bottom: 0.5vw;
}

.help-navi-button {
    border: none;
    color: #000000;
    font-size: 1vw;
    text-transform: uppercase;
    padding: 0;
    line-height: 2.5vw;
}

#helpPrev {
    padding-left: 2.8vw;
    background: url(help_modal_prev.png) no-repeat 1vw 0.5vw;
    background-size: 1.2vw;
}

#helpNext {
    float: right;
    padding-right: 2.8vw;
    background: url(help_modal_next.png) no-repeat 10vw 0.5vw;
    background-size: 1.2vw;
    width: 12.1vw;
    text-align: right;
}

.modal__help-page {
    background-color: #e9e9e9;
}

.modal__help-title {
    background-color: #fcbd13;
    margin: 0;
    font-size: 2vw;
    color: #2d3237;
    line-height: 4vw;
    padding-left: 2vw;
}

.modal__help-main {
    width: 100%;
    height: 32.5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
}

.modal__help-gif {
    float: left;
    width: 46.98vw;
    height: 100%;
    margin-left: 1.5vw;
}

.modal__help-gif img {
    width: 100%;
    max-height: 100%;
}

.modal__help-text {
    float: left;
    width: 23.3vw;
    overflow-y: scroll;
    height: 100%;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 0.99vw;
    color: #2d3237;
}

.modal__help-bottom {
    background-color: #fcbd13;
    height: 1.5vw;
    padding-left: 1vw;
}

.modal__help-bottom label {
    color: #2d3237;
    font-weight: 500;
    font-size: 0.9vw;
}

.app-version {
    position: absolute; 
    left: 5px; 
    top:4px ; 
    font-size: 8px; 
    color: grey; 
    display: block; 
    text-transform:none;
}