.cck-plr.cck-ptb{
    display:flex;
    flex-flow:column;
}

/* Header */
#sp-logo {
    display: none;
}

 #sp-header{
     background-color: rgba(0, 0, 0, 0.7);
     height: 70px;
     box-shadow: none;
 }
#ext_slideout_id1{
padding: 10px;
top: 138px;
width: 80px;
}
#ext_slideout_id1:hover {
  left: 150px !important;
}

 /* Menu */

.sp-megamenu-parent > li:last-child > a {
    padding: 0px 15px;
}

li.sp-menu-item.current-item.active{
    background-color: white;
}

li.sp-menu-item.sp-has-child.active {
    color: #444444;
    background-color: white;
}

.sp-menu-item:hover{
    background-color: #f2f2f2;
}

ul.sp-dropdown-items li:hover{
    background-color: #2980b9;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 0px;
}


.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding-left: 20px;
    display: block;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #ffffff;
    background-color: #2980b9;
}

/* Container */
.container{
    max-width: 1160px !important;
}

.container-fluid{
    max-width: 1160px !important;
}

.layout-boxed .body-innerwrapper {
    max-width: 100% !important;
    margin: 0 auto;
    box-shadow: none;
}

.layout-boxed .body-innerwrapper {
    background: none;
}

#sp-main-body{
    padding-top: 20px;
    padding-bottom: 50px;
}

/* Breadcrumbs */

.fa-map-marker-alt{
    display: none;
}

ol.breadcrumb{
    background-color: rgba(0, 0, 0, 0) !important;
    border-bottom: 1px solid black;
    border-radius: 0;
    padding: 0;
}

.breadcrumb-item.active{
    color: #444444;
}

/* Boxen Startseite */

#box-oben-links{
    background: #e6053b none repeat scroll 0 0;
    box-shadow: 5px 5px 15px #797979;
    color: #fff;
    font-size: 2.8em;
    font-weight: lighter;
    height: 160px;
    line-height: 1.4em;
    text-transform: uppercase;
    width: 90%;
    padding: 20px;
}

#box-unten-links {
    background: #ffd731 none repeat scroll 0 0;
    box-shadow: 5px 5px 15px #797979;
    color: #686868;
    font-size: 2.2em;
    height: 280px;
    line-height: 1.7em;
    width: 90%;
    padding: 20px;
}

#box-unten-rechts {
    background: #084085 none repeat scroll 0 0;
    box-shadow: 5px 5px 15px #797979;
    color: #fff;
    font-size: 2.2em;
    height: 270px;
    line-height: 1.7em;
    width: 90%;
    padding: 20px;
}

#box-unten-rechts a:hover {
    background: #fff none repeat scroll 0 0;
    color: #c0392b;
    padding: 7px 15px;
    text-decoration: none;
    width: 300px;
}

#box-unten-rechts a{
    color: white;
}

.boxen-unten-startseite-inhalt{
    display: flex;
    gap: 4%;
    background-color: rgba(0, 0, 0, 0);
}

.umweltbox-webmodus{
    width: 48%;
    background-color: #f5f5f5;
    padding: 20px;
}

.sbfi-webmodus{
    width: 48%;
    background-color: #f5f5f5;
    padding: 20px;
}

/* Container Hintergrund alle Seiten ausser Home */


.main-body-webmodus .container{
    background: white !important;
    padding: 20px;
}

/* Menü rechts */

.sidebar-webmodus ul.menu{
    list-style: none;
    background-color: #f2f2f2;
    padding:20px;
}

/* Formular */

.btn-toolbar{
    display: block;
}


/* -------------- Mobile --------------- */

@media only screen and (min-width: 990px) {
    #offcanvas-toggler{
        display: none !important;
    }

    #sp-header{
        padding-top: 35px;
    }
}

@media only screen and (max-width: 990px) {
    .offcanvas-menu .offcanvas-inner ul.menu{
        background-color: white !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu a:hover{
        color: #2980b9 !important;
    }

    .offcanvas-menu .offcanvas-inner ul.menu li.active a {
        color: #2980b9 !important;
    }

    .burger-icon > span {
        background-color: #2980b9 !important;
    }

    #sp-boxen-startseite-oben{
        padding: 20px !important;
    }

    .main-body-webmodus .container .container-inner .row{
        display: flex;
        flex-direction: column;
    }

    .main-body-webmodus .col-lg-8 {
        order: 2 !important;
    }

    .main-body-webmodus .col-lg-4 {
        order: 1 !important;
    }
}

@media only screen and (max-width: 400px) {
    .offcanvas-menu .offcanvas-inner ul.menu{
        background-color: white !important;
    }
    .offcanvas-menu .offcanvas-inner ul.menu a:hover{
        color: #2980b9 !important;
    }

    .burger-icon > span {
        background-color: #2980b9 !important;
    }

    #sp-boxen-startseite-oben{
        padding: 10px !important;
    }

    #box-oben-links{
        font-size: 30px;
    }

    .main-body-webmodus .container .container-inner .row{
        display: flex;
        flex-direction: column;
    }

    .main-body-webmodus .col-lg-8 {
        order: 2 !important;
    }

    .main-body-webmodus .col-lg-4 {
        order: 1 !important;
    }

    .umweltbox-webmodus{
        width: 100%;
    }

    .sbfi-webmodus{
        width: 100%;
    }

    .boxen-unten-startseite-inhalt {
        display: flex;
        flex-flow: column;
    }


    .header-has-modules #offcanvas-toggler {
        height: 60px;
    }

    #sp-footer{
        padding: 0px 5px;
        padding: 0px 5px;
    }


}