.transition, .transition * {
-webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

.navbar-transparent .navbar-brand svg {
    height: 110px !important;
}

.navbar-fixed-top .navbar-brand  {
    margin: 0;
}

.navbar-fixed-top .navbar-brand svg {
    height: 40px;
}

.navbar-fixed-top {
    background: rgb(8, 38, 55) !important;
}
.navbar-fixed-top.navbar-transparent {
    background: none !important;
}

.navbar-default .navbar-nav > li > a:not(.btn) {
    color: #fff;
}

.wrapper {
    color: #0e3591 !important;
}

h1, h2, h3, h4, h5 {
    color: #000 !important;
    font-weight:bold;
    text-transform: none;
}

h4 {
    margin: -13px 0 35px 0;
}

.section-we-do-1 h2,.section-we-do-1 h3,.section-we-do-1 h4, h2 {
    color: #000 !important
}

.section-team-1 p, .section-we-do-1 p {
    color: inherit !important
}

.section-we-do-1 h3 {
    font-weight: bold;
}

.section-we-do-1 .card {
    margin-top: 35px;
}

.section, .section .text-area {
    background: transparent;
}

.schwerpunkte-wrapper {
    background: #dfddd9;
}

.schwerpunkte-wrapper h2, .schwerpunkte-wrapper h3, .schwerpunkte-wrapper h4, .schwerpunkte-wrapper p {
    color: #403131 !important;
}

.gd-zeiten {
    background: #c5a47e;
    color: #000 !important
}

.d-flex {
    display: flex !important;
}

#unite_gallery {
    background: #444851;
    padding: 0 0 100px 0;
}

#unite_gallery h2 {
    color: #fff !important
}

.footer {
    border: 0 !important;
}

.footer .social-area, .copyright {
    display: none;
}

.section-textpic-1 {
    padding: 0 !important;
}

.section-textpic-1 .pattern-image:after {
    /*! position: absolute; */
    display: none;
}

@media screen and (max-width:991px) {
    .navbar .navbar-brand {
        padding: 12px 15px !important;
    }
    .section-we-do-1 .card p {
        min-height: auto !important;
    }
    .section {
      padding: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .footer:not(.footer-big) nav > ul li {
        float: left !important;
    }
    footer {
        padding-top: 0 !important;
    }
}