body {
    font-size: 18px;
}

.top_row, #sidebar-wrapper {
    background: #FFF;
    opacity: 0.8;
}

.top_row {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 100;
}

.top_row .logo {
    display: block;
    padding-left: 5%;
}

.top_row .logo a {
    display: block;
    width: 157px;
    outline: 0 !important;
}

#sidenav-toggler {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    margin: 30px 5% 0 0;
    border: 1px solid #000;
    background: none;
}

#sidebar-wrapper {
    position: fixed;
    z-index: 100;
    right: 0;
    top: 105px;
    width: 150px;
    height: 100%;
    margin-right: -150px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

#sidebar-wrapper.active {
    right: 150px;
    width: 150px;
}

.sidebar-nav {
    padding: 0 15px;
}

.sidebar-nav li {
    display: block;
    padding: 10px;
}

.sidebar-nav li a {
    display: block;
    font-weight: bold;
    color: #000;
}
.colored_back {
    background: lightskyblue;
}

#welcome {
    margin: 30px auto;
}

#leistungen .row .col-lg-12, #leistungen .row .col-lg-6, #leistungen .row .kontakt-text {
    padding-top: 15px;
    padding-bottom: 15px;
}

#leistungen #kontakt .map {
    padding: 0;
}

.footer {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer a {
    padding: 0 10px;
    text-decoration: none;
}

#datenschutz, #impressum {
    margin-top: 105px;
}

.break {
    word-break: break-all;
}

#carouselFade {
    margin-top: 105px;
}