@media screen and (max-width:768px){
/* tablet.css */
#header .mod_navigation {
    display:none
}

.nav_mobile_burger {
    float: right;
    display:block
}

#startseite-1 .content, #haeufigefragen-1 .content, #zur-person-1 .content, #header_1 {
    display:none
}

#header_2 {
    float: left;
    margin-left:0
}

.ce_juiTabStart li {
    width:100%
}

.ce_juiTabStart li:nth-child(2) {
    border-width: 1px 0px;
    border-style: solid;
    border-color:#57656c
}

#startseite-1, #haeufigefragen-1, #zur-person-1 {
    height: calc(50vh - 122px)
}

.mm-slideout {
    background-color:#fff
}

.mm-list strong {
    background-color: #549b00;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0;
    border-bottom: 1px dashed
}

.mm-menu .ce_text a {
    border-bottom: 0;
    font-size: .9em;
    text-decoration: none;
    color: rgba(255, 255, 255, .6)
}
}