.container {
    max-width: 960px;
}

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a {
        color: #999;
        transition: ease-in-out color .15s;
    }

        .site-header a:hover {
            color: #fff;
            text-decoration: none;
        }

        
.contact-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 80px;
    height: 80px;
    transition: all 0.2s;
    box-shadow: 0 0 5px rgba(0, 0, 0, .85);
    border-radius: 42px;
    right: 16px;
    bottom: 16px;
    cursor: pointer;
}

.contact-btn i {
    transition: all 0.2s;
    color: white;
    line-height: 80px;
    font-size: 36px;
}

.contact-btn:hover {
    width: 84px;
    height: 84px;
    right: 14px;
    bottom: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .85);
}
.contact-btn:hover i {
    font-size: 38px;
    line-height: 84px;
}

.about-header {
    background-color: rgba(0, 0, 0, .85);
}

.about-content {
    text-align: justify;
}

.about-content div:nth-child(2) {
    padding: 4%;
}

.about-content img {
    margin: 60px 0;
    max-height: 300px;
}

.reviews-content .reviews {
    padding: 60px;
}

.reviews-content .reviews > div > span {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    padding-right: 20px;
}

.reviews-content .reviews > div > div {
    width: 65%;
    display: inline-block;
    overflow: hidden;
    height: 300px;
}

.reviews-content .reviews img {
    max-width: 100%;
    max-height: 100%;
}

.navbar-brand {
    min-width: 100px;
}

.dark {
    background-color: rgba(0,0,0,.85) !important;
    color: #fff !important;
}

a {
    vertical-align: middle;
    line-height: 30px;
}

a .svg-inline--fa {
    font-size: 16px;
    margin-right: 20px;
}

a .fa-linkedin {
    font-size: 20px;
}

i.fas, i.fab {
    padding: 0 8px;
}

.hammer {
    position: absolute;
    right: 1%;
    bottom: -30%;
    height: 500px;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.hammer2 {
    position: absolute;
    left: -5%;
    top: -30%;
    height: 400px;
    -ms-transform: rotate(110deg); /* IE 9 */
    -webkit-transform: rotate(110deg); /* Safari 3-8 */
    transform: rotate(110deg);
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


.flex-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.align-left {
    text-align: left; 
}

ul {
    display: inline-block;
    width: 49%;
}
li {
    text-align: left;
}

.home-dienst {
    color: inherit;
    text-decoration: inherit;
    max-width: 50%;
}

.home-dienst .bg-dark.box-shadow {
    position: relative;
    overflow: hidden;
    width: 80%; 
    height: 300px; 
    border-radius: 21px 21px 0 0;
}

.home-dienst .bg-dark.box-shadow img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}

.dienst {
    position: relative;
    display: block;
    margin: 5%;
    width: 90%;
    overflow: hidden;
}
.dienst > div:not(.image):not(.text) {
	padding: 40px;
}

.dienst > .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: inline-block;
    width: 35%;
}

.dienst > .image > div {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.dienst > .image > div > img {
	width: 100%;
	display: block;
}
.dienst > .image > div > span {
	font-size: 12px;
	font-style: italic;
	display: block;
}

.dienst > .text {
    display: inline-block;
    vertical-align: top;
}

.dienst > .text > div {
    margin-top: 20px;
}

@media (min-width: 900px)
{
    .dienst > .text {
        width: 53%;
        margin: 2% 5% 0 42%;
    }
}

@media (max-width: 899px) 
{
    .dienst > .image {
        display: none;
    }

    .dienst > .text {
        width: 90%;
        margin: 2% 5%;
    }
}