body {
    font-family: 'Oswald', sans-serif;
}
#bauen-aside .bauen-logo h2 {
    font-size: 33px;
    letter-spacing: 3px;
}
#bauen-aside .bauen-logo span {
    letter-spacing: 1px;
}
#bauen-aside .bauen-main-menu > ul > li > a {
    letter-spacing: 1px;
    font-size: 14px;
}
#bauen-aside .bauen-main-menu > ul > li.open > a {
    letter-spacing: 1px;
    font-size: 14px;
}
#bauen-aside .bauen-main-menu ul ul li a {
    font-family: 'Oswald', sans-serif;
}
.section-title {
    letter-spacing: 4px;
    word-spacing: 0px;
}
.services2 .services2-title {
    letter-spacing: 1px;
}
p {
    font-family: 'Oswald', sans-serif;
}
.testimonials-box .head-box h4 {
    font-size: 18px;
    letter-spacing: 3px;
}
.project-masonry-wrapper img{
    /* height: 220px; */
}
.project-masonry-wrapper .project-masonry-item-title {
    font-size: 16px;
    letter-spacing: 1px;
}
.team .img img {
    border: 1px solid #b19777
}
.bauen-blog .item .con h5, .bauen-blog .item .con h5 a {
    font-size: 18px;
}
.team .info h6 {
    letter-spacing: 1px;
}
.overlay-dark{
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    max-width: 330px;
}
.project-masonry-wrapper .project-masonry-item-category {
    letter-spacing: 2px;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.projects .item .con h5, .projects .item .con h5 a {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .section-title {
        letter-spacing: 2px;
        word-spacing: 0px;
        font-size: 24px;
        margin-bottom: 15px;
    }
}