.wrapper-resp{
    max-width: 1000px;
    background-color: #19171A;
    padding-right: unset;
    padding-left: unset;
}
.wrapper-center{
    min-height: 1350px;
}
.wrapper-left-resp{
    max-width: 200px;
    min-height: 100%;
    padding-left: unset;
    padding-right: unset;
}
.wrapper-right-resp{
    max-width: 200px;

    background-color: #ededed;
}
.row-wo-margin{
    margin-left: unset;
    margin-right: unset;
}
.navi ul li{
    list-style-type: none;
}
.header-top{
    position: relative;
    z-index: 100;
    margin-left: unset;
    margin-right: unset;
    background-color: #000000;
}
.header-top-col{
    padding-left: unset;
    padding-right: unset;
}
.header-top-col-lg{
   position: relative;
}
.homepic{
    position: relative;
    top: 35px;
    width: 300px;
}
#probe-xs{
    width: 150px;
    margin: 50px auto;
    position: relative;
    line-height: 22px;
}
#probe-xs .punkte {
    color: #CC0033;
}
.contentdiv{
    padding-left: unset;
    padding-right: unset;
}
.footer{
    margin-left: unset;
    margin-right: unset;
}
.contact{
    padding-left: unset;
}
.paulus-singschule{
    font-weight: 900;
    color: #ff9933;
}
#menu-toggle {
    z-index: 6000;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-img {
    position: relative;
}

.footer-left{
    max-width: 49px;
    padding-right: 5px;
    padding-left: 5px;
}

.toggle {
    margin: 5px 5px 0 0;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
    line-height: 1;
}
.nav-link {
    padding: .4rem 1rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #cc0033 !important;
}
.dropdown-menu{
    background-color: unset;
    border: unset;
    padding: 0 0;
    margin: 0 0 0;
}
.dropdown-item{
    padding: .25rem .6rem;
}
.dropdown-item:hover, .dropdown-item:focus {
    color:#cc0033 !important;
    background-color: unset !important;
}
#sidebar-wrapper {
    width: 175px;
    z-index: 6000;
    padding-right: unset;
    line-height: 1;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: -20px;
    line-height: 30px;
    list-style-type:none;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #000000;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
.btn-dark-mkc {
    color: #ff9933;
    background-color: #000000;
    border-color: #000000;
    font-size: 2.5rem;
    -webkit-appearance: none;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    color: #ff9933 !important;
}
#splashwrapper-md{
    min-height: 570px;
}
@media all and (max-width: 768px) {
    .btn-dark-mkc {
        font-size: 1.8rem;
    }
    .footer-img {
        top: 3px;
    }
    .footer-left{
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media all and (min-width: 768px) {
    #probe {
        margin: 55px auto;
    }
}
@media all and (min-width: 992px){
    #probe {
            margin: 20px auto;
    }
}

.h3, h3 {
    font-size: 1.17em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: unset;
    font-weight: bold;
    line-height: unset;
}