@media screen and (max-width:767px) {
    .site-header.siteinner > .container {
        padding: 0;
        width: auto;
    }

    .logo {
        max-width: 60%;
        margin: 0 auto;
    }

    .logoName {
        font-size: 1.3rem;
        line-height: 1.3rem;
        text-align: left;
    }

    .logoClaim {
        font-size: 0.85rem;
        line-height: 0.85rem;
        letter-spacing: 0.2rem;
    }

    .header_right {
        width: unset;
        padding: 0;
    }

    .menu-toggle{
        right: 10px;
        top: 10px;
        border: 0;
        background: inherit;
    }

    .toggled .menu-toggle{
        border: 0;
        background: inherit;
    }

    #mainnavigator span[aria-hidden="true"]{
        display: none;
    }

    #mainnavigator span[aria-hidden="true"].dashicons{
        display: block;
        font-size: 30px;
        height: 30px;
        width: 30px;
    }

    .toggled .menu {
        background-color: #fff;
    }

    #main-navigation.site-navigation a {
        color: #444;
    }

    #main-navigation.site-navigation ul li.current-menu-item a {
        color: #313a8c;
    }

    .dropdown-toggle .dashicons::before {
        color: #444;
    }

    .toggled-on > .dropdown-toggle .dashicons::before {
        color: #444;
    }

    .fullWidthBox {
        margin-top: 80px;
        height: auto;
    }

    .fullWidthBox .bgImg {
        position: relative;
    }

    .fullWidthBox .pageTitle {
        font-size: 30px;
        margin: 0;
        padding: 10px 0 5px;
    }

    .fullWidthBox .pageDescr {
        font-size: 18px;
        background: #313a8c;
        padding: 5px 0;
        width: 100%;
        text-align: center;
    }

    .lkNewsBox {
        width: 100%;
        margin-top: 0;
        background: #313a8c;
    }
    .lkNewsBox .lkNewsSlider {
        width: 100% !important;
        margin: 0 !important;
    }
    .lkNewsBox .lkNewsSlide .lkNews,
    .lkNewsBox .lkNewsSlider .lkNews {
        width: 100%;
        height: auto;
    }

    #tabnavigator {
        padding-top: 30px;
    }

    .lkTitleH1, h1 {
        font-size: 2.6rem;
    }

    .intro {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .page-template-template-full-width #templatelayout > .container {
        padding: 93px 0 0 0 ;
    }

    .wp-block-column.lkSection,
    .wp-block-columns.lkSection > .lkSectionContent,
    .wp-block-columns.lkSection > .lkSectionContent:nth-child(2n+0),
    .wp-block-columns.lkSection > .lkSectionContent:nth-child(2n+1) {
        padding: 50px 30px;
        order: 1;
    }

    .wp-block-columns.lkSection > .lkSectionImage {
        order: 0;
        max-width: 100%;
    }

    .wp-block-columns.alignwide > .wp-block-column {
        margin-bottom: 2rem;
    }

    .left_fter, .menu_fter {
        float: unset;
    }

    .wd50 {
        width: 100%;
    }

    .leistungen > .lkContentBox .wp-block-spacer,
    .leistungen > .lkContentBox .wp-block-seperator {
        display: none;
    }

    .lkFlipBox {
        margin-bottom: 30px;
    }

    .lkFlipContentBox {
        padding: 0;
    }

    .lkFlipContentBox h2 {
        text-align: left;
    }

    .front {
        display: none;
    }

    .back {
        position: relative;
        transform: none;
        padding: 25px;
    }

    .teamImg {
        order: 1;
    }

    .teamContent {
        order: 2;
    }
}