body {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: lavender;
}

.showcase {
    position: relative;
}

.main {
    position: relative;
}

.myNav {
    position: absolute;
    z-index: 10000;
}

.carousel-indicators {
    display: none;
}

.carousel-control {
    color: crimson;
    background-color: transparent;
}

.carousel-caption {
    position: absolute;
    top: 120px;
    left: 355px;
    text-transform: uppercase;
    z-index: 20000;
    text-shadow: none;
}

.carousel-caption h1 {
    color: #4F4E4E;
    text-align: left;
    font-size: 29px;
    font-weight: 500;
}

.carousel-caption h1 span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

/* Carousel Scale */
/*
.page-slider .carousel .item {
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.page-slider .carousel .active.left,
.page-slider .carousel .active.right {
    left: 0;
    opacity: 0;
    z-index: 2;
}

.page-slider .carousel .next,
.page-slider .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1;
}

.page-slider .carousel .item.active {
    animation: zoom 30s;
    -moz-animation: zoom 30s;
    -webkit-animation: zoom 30s;
    -o-animation: zoom 30s;
}

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.15);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(1.15);
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.15);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1);
    }

    to {
        -o-transform: scale(1.15);
    }
}
*/
.glyphicon-chevron-left,
.glyphicon-chevron-right {
    border: 1px solid transparent;
    background-color: transparent;
    text-align: center;
}

.about {
    padding: 50px;
}

.about,
.project {
    text-align: center;
}

.about h3,
.project h3,
section h3 {
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #E31D25;
    line-height: 1.6;
    text-align: center;
    padding: 0;
    margin: 25px;
}

.plx-text {
    text-align: center;
    padding: 90px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.plx-text h3 {
    text-transform: uppercase;
    text-shadow: 1px 1.5px #404142;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 35px;
}

.plx-text p {
    color: #fff;
    font-weight: 400;
    font-style: italic;
}

@media screen and (max-width: 769px) {
    .plx-text h3 {
        font-size: 15px;
    }

    .plx-text {
        padding: 20px;
    }
}


.icons {
    padding: 45px;
    text-align: center;
}

@media (max-width: 768px) {
    .icon-img:last-of-type {
        margin-top: 25px;
    }
}

.icon-img {
    text-transform: uppercase;
    text-align: center;
}

.icon-img img {
    height: 45px;
    width: 45px;
}

.icon-img p {
    margin-top: 10px;
    font-size: 12px;
}

.ico_parent {
    display: flex;
}

.ico1 {
    padding-top: 17px;
}

.ico,
.ico1 {
    padding-right: 5px;
}

.ico_parent img {
    max-width: 18px;
    margin-right: 10px;
}

.project {
    background: #fcfcfc;
}

.project .box {
    border: 1px solid #6C6A6A;
    max-width: 400px;
    display: block;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.project .box.big-box {
    max-width: 100%;
    position: relative;
}

.project .big-box::after {
    background-image: url(../img/new_project.png);
    position: absolute;
    height: 50px;
    width: 100px;
    content: "";
    top: 50px;
    left: -1px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.project .box .box-img {
    background-position: center center;
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #6C6A6A;
}

.project .box .caption {
    text-transform: uppercase;
    padding: 15px 15px;
}

.project .caption p {
    text-align: left;
    line-height: normal;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 16px;
    color: black;
}

.project .box p span.red {
    color: #E31D25;
}

/* footer */
footer {
    background-color: black;
    border-top: 2px solid #e31d25;
    color: white;
    padding: 40px 0px;
}

footer .border {
    border-right: 1px solid #e31d25;
    min-height: 230px;
}

footer h6 {
    font-size: 18px;
    margin-bottom: 25px;
    margin-left: 48px;
}

footer .logo {
    text-align: center;
}

footer .logo img.img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    max-height: 160px;
}

footer a:hover:not(.social) {
    border-bottom: 1px solid #E31D25;
}

footer ul {
    padding: 0 15px;
    margin: 0;
    list-style-type: none;
}

footer ul li {
    padding-left: 15px;
    margin-bottom: 2px
}

footer ul li a {
    margin-left: 5px;
}

footer ul li::before {
    content: "■ ";
    color: #E31D25;
}

footer .contact .row {
    margin-bottom: 15px;
}

footer .contact img {
    max-height: 25px;
    max-width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

footer .contact img.pin {
    margin-top: 20px;
}

.socials {
    text-align: center;
}

.socials h6 {
    margin-left: 0px;
    text-align: center;
}

.socials img {
    max-width: 140px;
    margin-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

svg:not(:root).svg-inline--fa {
    color: #E31D25;
}

/* PAGE CONTENT */

section.page-content {
    padding: 40px 0px;
}

section.page-content p {
    text-align: justify;
}

section.page-content h2 {
    color: black;
    position: relative;
    font-size: 26px;
    text-align: left;
}

section.page-content h2::after {
    content: "";
    height: 1px;
    width: 150px;
    background-color: #E31d25;
    top: 30px;
    left: 0px;
    /*left: 50%;
    transform: translateX(-50%);*/
    position: absolute;
}

span.black {
    font-family: "Teko", sans-serif;
    font-size: 25px;
    color: black;
}

span.black .red {
    color: #9D1108;
}

a.red {
    color: #9D1108;
}

a.red:hover {
    color: #9D1108;
}

/* REFERENZEN */
section.referenzen {
    padding: 40px 0px;
    text-align: center;
}

section.referenzen .row:not(:last-of-type) {
    margin-bottom: 35px;
}

section.referenzen img.img-responsive {
    max-height: 160px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* galerie */
.galerie {
    padding: 20px 0px 40px 0px;
}

.galerie .box {
    border: 1px solid #6C6A6A;
    max-width: 300px;
    display: block;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.galerie .box .box-img {
    background-position: center center;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: 1px solid #6C6A6A;
}

.galerie .box .caption {
    text-transform: uppercase;
    padding: 15px 15px;
}

.galerie .box .caption p {
    text-align: left;
    line-height: normal;
    margin-bottom: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
    color: black;
}

.galerie .box p span.red {
    color: #E31D25;
}

/* kontakt */
#map {
    height: 450px;
    width: 100%;
}

section.kontakt .form-control {
    width: 100%;
    height: 39px;
    color: black;
    border: 2px solid #e31d25;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

section.kontakt .form-control:focus {
    border-color: #95530E;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 29, 37, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(227, 29, 37, 0.6);
}

section.kontakt .form-control::-moz-placeholder {
    color: black;
    opacity: 1;
}

section.kontakt .form-control:-ms-input-placeholder {
    color: black;
}

section.kontakt .form-control::-webkit-input-placeholder {
    color: black;
}

section.kontakt .form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

section.kontakt .form-control[disabled],
section.kontakt .form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}


section.kontakt textarea.form-control {
    height: auto;
    resize: none;
}

section.kontakt .btn-default {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: #e31d25;
    color: black;
    text-transform: uppercase;
    border-radius: 0px;
    border-width: 2px;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 10px 15px;
}

/* LESTUNGEN */
section.leistungen {
    padding: 40px 0px;
}

section.leistungen .ico {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 130px;
    display: block;
}



section.leistungen .ico img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section.leistungen .desc {
    text-align: justify;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    float: left;
    width: 75%;
}

@media (max-width: 480px) {
    section.leistungen .ico {
        width: 100%;
        margin: 0px;
        float: inherit;
    }

    section.leistungen .desc {
        float: left;
        width: 100%;
    }
}

section.leistungen h6 {
    margin: 40px;
    padding: 0;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    text-decoration: underline;
    text-decoration-color: #e31d25;
    letter-spacing: 1px;
}
