.main{

    background-image: url("../Bilder/Buddakopf.jpg");
}

.second-list{
    list-style-type: decimal;
    position: relative;
}

.text{
    margin: 50px 0px 100px 0px;
}

.spy-block-one{
    position: sticky;
    top:55px;
    background: rgba(26, 89, 158, 0.95) !important;
    height:38px;
    z-index: 1;
    margin-top:0px;
}

.dock.nav-link {
    color: rgb(138, 220, 221) !important;
    height: 36px;
    padding: 5px;
}

.dock.nav-link.active {
    border-radius: 0px;
    background: rgb(24, 41, 139) !important;
    box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.9);
}

.sec{
    padding-top: 100px;
}

#section4{
    padding-bottom: 100px;
}


#accordion{
    display: none;
}

.card-header{
    background: rgb(26, 89, 158) !important;
    border: none;
    margin: -1px 0px -1px 0px;
}

.card-link{
    color: rgb(138, 220, 221) !important;
}

@media screen and (max-width:991px){
    .spy-block-one{
        display: none;
    }

    .accfixer{
        margin-top: -23px;
    }
    
    #accordion{
        display: block;
    }

    .sec{
        display: none;
    }

    

}
