.gridlayout .innerwidget{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.otrs-widget-headline{
	font-weight: 700;
    font-size: 1rem;
    line-height: 1.15;
    margin-bottom: 4px;
}
.topseperator:before {
    content: "";
    max-width: 70%;
    background: #222;
    display: none;
    width: 100%;
    height: 1px;
}

.innerwidget {
    padding-top: 12px;
    padding-bottom: 10px;
}


.otrs-widget-2 .innerwidget > ul{
    margin-top: 0px;
}
.otrs-widget-2 .innerwidget > ul a{
        color: #222222;
    text-transform: none;
    font-size: 0.95rem !important;
    line-height: 1.5em;

}

/***** SPECIAL STYLE FOR FIRST ELEMENT ****/
.otrs-widget-2 .innerwidget .depth1 > div a {
    color: #222222;
    text-transform: none;
    font-size: 0.95rem !important;
    font-weight: normal;
}
.otrs-widget-2 .innerwidget a:hover,
.otrs-widget-2 .innerwidget .depth1 > div a:hover,
.otrs-widget-2 .innerwidget .depth2 > div a:hover{
    text-decoration: underline;
}
.jet-mobile-menu__instance > .jet-mobile-menu__container > .jet-mobile-menu__container-inner > .jet-mobile-menu__body{
          min-height: calc(100vh - 175px);
    height: calc(100vh - 175px);
    overflow: auto;

}

@media (max-width: 768px){
            .gridlayout .innerwidget{
                display: grid;
                grid-template-columns: 1fr;
            }


            .otrs-widget-2 .innerwidget > ul a{
                font-size: 1.3rem !important;
                line-height: 1.5em;
            }

            .topseperator:before{
                content: "";
                display: none !important;
            }

            .jet-mobile-menu__breadcrumb .breadcrumb-label {
                font-size: 1.3rem;
            }
            .otrs-widget-2 .innerwidget .depth1 > div a {
                color: #222222;
                text-transform: none;
                font-size: 1.3rem !important;
                font-weight: normal;
            }



}
