﻿.navbar-brand img {
    width: 180px;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
}

html {
    height: 100%;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.logo {
    text-decoration: none;
    color: #000;
    font-size: 30px;
    /*font-family: 'ArialNarrow';
    font-weight: 900;*/
}


.obfuscation {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
}

.background-beton:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 2500px;
    z-index: -10;
    background: url(../images/beton2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.background-polygon {
    background-position: center center;
    background-image: url(../images/polygon_middle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.background-polygon-black {
    background-position: center center;
    background-image: url(../images/polygon_middle_black.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.background-grau {
    background-color: #333333;
    background-image: radial-gradient(#555555, #333333);
}

/*.screen {
    width:300px;
}*/

.logo-bottom {
    max-width: 100px;
}

.rotate30 {
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Safari 3-8 */
    transform: rotate(30deg);
}

.trennkreis {
    margin-top: 6px;
    height: 24px;
    width: 24px;
    display: inline-block;
    border: 2px solid #dddddd;
    z-index: 10;
    position: relative;
}

.shadow-lg-top {
    box-shadow: 0 -1rem 2rem rgba(0,0,0,.175) !important;
}

.style14 {
    border: 0;
    margin: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.contact-form {
    max-width: 400px;
    width: 100%;
}

.nav-item, .nav-link {
    font-size: 1.25rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer .nav-item, footer .nav-link {
    font-size: 1rem;
    padding-top: 0px;
    padding-bottom: 0px;
}

.form-control-lg {
    font-size: 1rem;
}



.display-4 {
    font-size: 2.5rem;
}


/*BEGIN Sticky footer */
/*html, body {
    height: 100%;
}*/

.page-wrap {
    min-height: 100%;
    margin-bottom: -100px;
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .site-footer, .page-wrap:after {
        height: 100px;
    }
/*END Sticky footer*/


.usecase {
    background-image: url(../images/polygon_middle_black.jpg);
    color: white;
    width: 300px;
    height: 300px;
    margin: 0 80px 50px 80px;
    border-radius: .3rem;
}

    .usecase h3 {
        width: 250px;
    }

.carousel-item {
    width: 100%;
}

#ourProjects .carousel-item {
    min-height: 481px;
}

#ourProjects img {
    border: solid 1px #777;
}

.project3image img {
    width: 400px;
    max-height: 140px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}


.project2image img {
    width: 400px;
    max-height: 220px;
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

.project1image img {
    object-fit: cover;
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.5rem;
    }
}


@media (min-width: 576px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

@media (min-width: 768px) {


    #ourClients .carousel-inner .carousel-item.active,
    #ourClients .carousel-inner .carousel-item-next,
    #ourClients .carousel-inner .carousel-item-prev {
        display: flex;
    }

    #ourClients .carousel-inner .carousel-item-right.active,
    #ourClients .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    #ourClients .carousel-inner .carousel-item-left.active,
    #ourClients .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }

    #ourClients .carousel-inner .carousel-item-right,
    #ourClients .carousel-inner .carousel-item-left {
        transform: translateX(0);
    }


    .logo-bottom {
        max-width: 150px;
    }

    .line {
        width: 2px;
        height: 480px;
        background-color: #dddddd;
        position: absolute;
        top: 15px;
        left: 50%;
        margin-left: -1px;
    }

    .padding-left-image-text {
        padding-left: 30px;
    }

@media (min-width: 992px) {
  
}

@media (min-width: 1200px) {
    .line {
        height: 560px;
    }

    .padding-top-project {
        padding-top: 50px;
        display: inline-block;
    }

    .project-image {
        height: 130px;
    }
}
