body {
    background-image: url("/images/template/river_boot_lg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
  margin-left: 20px;
  line-height: 2.0;
}

#sp-footer {
    background: none;
}


.webmodus-startseite .body-innerwrapper{
    background:transparent;
    box-shadow: unset;
}
#sp-bottom{
    padding: 0px 0 60px;
}
#sp-main-body > .container{
    background: rgba(228, 232, 242, 0.9);
    padding:25px;
}
.webmodus-startseite #sp-main-body{
  padding-bottom:0 !important;
}
.webmodus-startseite #sp-main-body > .container{
    background: transparent !important;
}
#sp-bottom{
    background: transparent;

}
#sp-footer{
    background: #e4eef2;

    border-top: 5px solid #012882;
    font-size: 1em;
    z-index: 100;
    text-align: center;
    color: #012882;
    padding: 15px 0 0 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}
#sp-footer .container-inner{
    padding: 0 !important;
}
#sp-footer img{
    max-width: 300px;
}
#sp-seperator{
    height:130px;
}
#sp-bottom > div > div > div.row{
    flex-flow:row nowrap;
    gap:40px;
}
#sp-bottom > div > div > div.row > div{
    flex-shrink:unset !important;
    padding: 15px;
    border-radius: 5px;
}
@media screen and (max-width:991px){
    #sp-seperator{
        height:200px;
    }
}
@media screen and (max-width:810px){
    #sp-bottom > div > div > div.row{
        flex-flow: column nowrap;
    }
}
.btn-primary{
    background: #012882 !important;
    color: #ffffff !important;
    border: 2px solid #ffffff !important;
}
.btn-primary:hover{
    background: #01184f !important;
}
#sp-bottom > div > div > div.row > div:nth-child(2n+1) {
    background:#e4eef2;
    color:#666666;
}
#sp-bottom > div > div > div.row > div:nth-child(2n+2) {
    background:#7fba00;
}
/* #e4eef2 */
/*#7fba00*/
h1  {
    color: #012882;
    text-shadow: 1px 0px 0px #fff , 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 1px 4px 5px #aeaeae;
}

.lead {
    font-weight: bold;
    color: #012882;
    text-shadow: 1px 4px 5px #aeaeae;
    color: #fff;}
