.ce-gallery img {
    height: auto;
    width: 100%;
    margin-bottom: 14px;
}
.ce-gallery figcaption {
    overflow: hidden;
    color: #888;
    padding-bottom: 1rem;
    margin: 0 auto;
    font-style: italic;
}
.ce-gallery figcaption.image-caption {
    margin-top: 0rem;
    line-height: 1.5rem;
}
.right-side .ce-gallery figcaption.image-caption {
    margin-top: -1rem;
}

.frame {
    position: initial;
}
.news.news-single .article .news-text-wrap table.table th:first-child {
    border-left: 1px solid #e5e8ea;
}
.news.news-single .article .news-text-wrap table.table th {
    background-color: #e5e8ea;
    color: #2e727f;
    padding: 0.5rem;
    border: 1px solid #ffffff;
    vertical-align: top;
}
.news.news-single .article .news-text-wrap table.table th:last-child {
    border-right: 1px solid #e5e8ea;
}
.news.news-single .article .news-text-wrap table.table tr td {
    padding: 0.5rem;
    border: 1px solid #d8dadc;
    vertical-align: top;
}

/* NEW STYLE*/

.container-fluid.navbar-top-container {
    display: none !important;
}
body.menu-sticky .mm-page {
    background: #fff;
}/*
.mm-wrapper_opened header .navbar-toggler-icon {
    background-image: url(../img/cross.svg)
}*/



a.nav-link.navbar-toggler.desktop-nav-toggle {
    display: block;
}

.navbar-toggler-icon {
    width: 35px;
}

body.menu-sticky header .navbar-toggler-icon {
    background-image: url(../img/navbar-toggle-white-icon.svg);
}

.mm-wrapper_opened body.menu-sticky header .navbar-toggler-icon {
    background-image: url(../img/navbar-close-white-icon.svg);
}

.img-fluid.sticky-logo-image {
    display: none;
}

body.menu-sticky #logo .img-fluid.sticky-logo-image {
    display: block;
    width: auto;
}

body.menu-sticky #logo img {
    height: 60px;
}

body.menu-sticky #logo .img-fluid.logo-image {
    display: none;
}

body.menu-sticky #mm-0 {
    padding: 15px 0;
}

#header_intern {
    display: none;
}
#kontakt-menu {
    display: none;
}
.blog-header .justify-content-between > div {
    flex: auto;
    width: auto;
    max-width: 50%;
    /*padding: 0;*/
}
#notfall-link i {
    font-size: 1.5rem;
    padding-top: 6px;
    padding-bottom: 6px;
}
#notfall-link {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    line-height: 1;
    font-family: SourceSansPro-Bold;
    padding: 8px 20px 8px 23px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.blog-header .justify-content-between > div:nth-child(2) {
    padding-left: 27px;
    padding-right: 27px;
}
.blog-header .justify-content-between > div:nth-child(3) {
    max-width: 187px;
    padding-left: 27px;
    padding-right: 27px;
}
.blog-header .justify-content-between > div:nth-child(4) {
    max-width: 97px;
    padding-left: 27px;
    padding-right: 27px;
}
.blog-header .justify-content-between > div:nth-child(5) {
    max-width: 93px;
    padding-left: 27px;
    padding-right: 15px;
}
#header_sprache {
    background: transparent;
    position: initial;
    color: #969997;
    width: auto;
    height: auto;
    overflow: visible;
    text-indent: inherit;
    text-decoration: none;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
}

body.menu-sticky #header_sprache {
    color: #ffffff;
}
#searchform .menu-search-outer {
    float: right;
    width: 50px;
    transition: 1s width;
}
#searchform .menu-search-outer #tx_comvossearch_input {
    /*display: none;*/
    height: auto;
    padding: 0;
    border: none;
    width: 0;
}
#searchform .menu-search-outer .input-group-append {
    border-right: 0;
}
#searchform .menu-search-outer .input-group-append .btn-outline-success {
    border-top: 0;
    height: auto;
    border-bottom: 2px solid rgba(0,0,0,0);
    
}
#searchform .menu-search-outer .input-group-append .btn-outline-success:target {
   /* margin-top: 14px !important;*/
}
.blog-header #searchform .btn-outline-success:hover {
    color: #9ca0a3;
}
#searchform .menu-search-outer .input-group-append .btn-outline-success svg{
    width: 25px;
    height: 25px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-top: 5px !important;
}
#searchform .menu-search-outer.showtextbox {
    width: 206px;
}
#searchform .menu-search-outer.showtextbox #tx_comvossearch_input {
    display: block;
    border: none;
    border-bottom: 2px solid #9ca0a3;
    margin-bottom: 0px;
}
body.menu-sticky #searchform .menu-search-outer.showtextbox #tx_comvossearch_input {
    border-bottom: 2px solid #ffffff;
}
#searchform .menu-search-outer:hover .input-group-append {
    /*border-right: 1px solid #9ca0a3;*/
}
#searchform .menu-search-outer:hover .input-group-append .btn-outline-success {
    /*border-top: 1px solid #9ca0a3;*/
}
#logo a {
    max-width: 250px;
}
.blog-header .justify-content-between {
    align-items: center !important;
}
/*body.menu-sticky .mm-page {
    position: fixed;
    top: -60px;
    left: 0;
    right: 0;
    transform: translateY(60px);
    transition: transform .4s ease,-webkit-transform .4s ease;
    box-shadow: 0px 0.5rem 0.8rem -0.5rem rgb(0 0 0 / 5%);
    z-index: 9;
}*/
body .mm-page {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*border-bottom: 1px solid rgba(0,0,0,0.1);*/
    
}

body.menu-sticky .blog-header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*box-shadow: 0px 0.5rem 0.8rem -0.5rem rgb(0 0 0 / 5%);*/
}
body .blog-header {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 30px 0px;
}

.navbar-toggler:focus {
    box-shadow: none;
}
/*.menu-sticky {
    padding-top: 96px;
}*/

body #mm-0 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #FFF;
   /* padding: 15px 0;*/
    z-index: 3;
}

.mm-wrapper_opened body .mm-page {
    border-bottom: 1px solid #707070;
}

.mm-panels {
    z-index: 2;
}
.mm-page.mm-slideout {
    min-height: inherit !important;
    transition: none;
    
}
.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    -webkit-transform: none;
    transform: none;
    min-height: inherit !important;
}
.mm-wrapper_opening .mm-page.mm-slideout {
    z-index: 3;
}
.mm-menu_offcanvas {
    z-index: 10;
    top: 161px;
}
.mm-wrapper_blocking {
    overflow: auto;
}
/*.mm-wrapper_opening .menu-sticky .mm-menu_position-right.mm-menu_opened~.mm-slideout {
    transform: translateY(60px);
}*/
.menu-sticky .mm-menu_offcanvas {
    top: 90px;
    transition: 0.2s top;
}
.mm-panels .mm-panel #notfall-link {
    display: none;
}
.mm-panels .mm-panel #searchform {
    display: none;
}

.mm-menu_offcanvas:before {
    content: "";
    /*background: #707070;*/
    background: rgb(0 0 0 / 60%);
    position: absolute;
    left: -1000%;
    width: 1000%;
    height: 100%;
    z-index: 1;
}

.mm-menu_offcanvas.mm-menu_opened:before .mm-menu_offcanvas.mm-menu_opened {
    display: none;
}

.mm-menu_offcanvas:after {
    content: "";
    /*background: #707070;*/
    background: rgb(0 0 0 / 60%);
    position: absolute;
    right : -1000%;
    width: 1000%;
    height: 100%;
    z-index: 1;
    top: 0;
}

body #mm-0 + main {
    margin-top: 161px;
}


@media(max-width: 991px) {
    .hide-desktop {
        display: none !important;
    }    
}

@media(min-width: 1350px) {
    .desktop-custom-width > .row > .col-lg-6 {
       /* flex: 760px;*/
        max-width: 760px;
        padding: 0;
    }
    .desktop-custom-width > .row > .col-lg-2 {
        flex: 120px;
        max-width: 120px;
        padding: 0;
    }
    .desktop-custom-width > .row > .col-lg-4 {
        flex: 364px;
        max-width: 364px;
        padding: 0;
    }/*
    .container {
        max-width: 1280px;
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .jumbotron .container .container {
        max-width: initial;
        padding-left: 0;
        padding-right: 0;
    }
    .desktop-custom-width > .row > .col-lg-8 {
        flex: 880px;
        max-width: 880px;
        padding: 0;
    }
    .desktop-custom-width > .row {
        margin: 0;
    }
}

@media (min-width: 1400px) {

    .container {
        max-width: 1280px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tx-paperquotes-pi5 {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1920px) {
    body {
        max-width: 1920px;
        margin: 0 auto;
    }

    body.menu-sticky #mm-0 {
        max-width: 1920px;
        margin: 0 auto;
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .desktop-custom-width > .row > .col-lg-6 {
        width: 60%;
    }
    .desktop-custom-width > .row > .col-lg-4 {
        width: 30%;
    }
    .desktop-custom-width > .row > .col-lg-2 {
        width: 10%;
    }
}
@media (max-width: 1024px) {
    #logo img {
        width: 120px;
    }
}
@media(max-width: 991px) {
    .mm-panels .mm-panel #notfall-link {
        border-bottom: 3px solid #f1bdc1;
    }
    .mm-panels .mm-panel #notfall-link i {
        font-size: 1.5rem;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 17px;
        padding-right: 17px;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer {
        float: right;
        width: 50px;
        transition: 1s width;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer #tx_comvossearch_input {
        /*display: none;*/
        height: auto;
        padding: 0;
        border: none;
        width: 0;
        margin-right: 3px;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer .input-group-append {
        border-right: 0;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer .input-group-append .btn-outline-success {
        border-top: 0;
        height: auto;
        border-bottom: 3px solid #9ca0a3;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer .input-group-append .btn-outline-success svg{
        width: 25px;
        height: 25px;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer.showtextbox {
        width: 206px;
    }
    .mm-panels .mm-panel #searchform .menu-search-outer.showtextbox #tx_comvossearch_input {
        display: block;
        border: none;
        border-bottom: 3px solid #9ca0a3;
        padding-left: 5px;
        margin-right: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #sidemenu {
        /*max-width: 690px !important;*/
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    #searchform .menu-search-outer .input-group-append .btn-outline-success svg {
       width: 25px;
        height: 25px;
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    /*#sidemenu {
        max-width: 510px !important;
        margin: 0 auto;
    }*/
}





