 body {
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     min-width: 320px;
     padding: 0px;
     margin: 0px;
     color: #000000;
}

a:link, a:visited {
     text-decoration: none;
     color: #000000;
}

#inner {
     padding-left: 15px;
     padding-right: 15px;
 }

h2 {
     font-size: 32px;
}

.text-green {
    color: green;
}

.text-bold {
    font-weight: bold;
}


.wpcf7-mail-sent-ok {
    border: 0px !important;
    color: green;
    font-weight: bold;
}

input, select, textarea, button {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

input, select, textarea {
    width: 100%;
}

button, .wpcf7-submit {
    background-color: #30302f;
    color: #fff;
    font-weight: bold;
}

.padding-100 {
    padding-top: 100px;
}

.bold {
    font-weight: bold;
}

 /** navigation **/

header {
     width: 100%;
     background-color: #30302f;
     text-transform: uppercase;
     max-height: 700px;
     overflow: hidden;
}

header img {
    width: 100%;
}

.orange {
    color: #f3941a;
}

header #branding {
    float: left;
    padding-left: 20px;
    padding-bottom: 20px;
    color: #ffffff;
}

header #branding .title {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 0px;
}

header #branding .text {
    font-size: 17px;
    margin: 0;
}

.sub-menu {
    display: none;
}

.open {
    position: absolute;
    transition: all 0.5s ease;
    display: block;
    background-color: #30302f;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.sub-menu li {
    display: block;
    text-align: left;
    /*border-bottom: 1px solid grey;
}

#menu-top li:hover .sub-menu {
    display: block;*/
}
header #branding a {
    color: #ffffff;
}

header nav .fa-bars {
    color: #ffffff;
    float: right;
    font-size: 36px;
    padding-right: 20px;
    line-height: 70px;
    padding-top: 15px;
}

header nav ul {
    float: right;
    display: none;
    line-height: 100px;
}

header nav ul li {
     display: inline-block;
     text-align: left;
     padding-right: 40px;
 }

header nav ul li a:link, header nav ul li a:visited {
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 40px;
  }
header nav ul li a:hover {
    color: #f3941a;
}


/** main **/

#main #inner .container .fas , #main #inner .container  .far {
     font-size: 72px;
     margin: 0px auto;
}

.container {
    padding-bottom: 30px;
}

.container-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.container-desc a:link, .container-desc a:visited {
    color: #ffffff;
}

#service {
    display: flex;
    background-color: #63b0cd;
    border-bottom: 1px solid #267694;
    color: #ffffff;
    width: 100%;
    min-height: 400px;
}

#projects {
    display: flex;
    border-top: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    width: 100%;
    min-height: 400px;
}

#projects img {
    width: 100%;
    padding-bottom: 20px;
}

#contact {
    display: flex;

    width: 100%;
    min-height: 400px;
}

#customer-feedback {
    border-top: 1px solid #e4e4e4;
    background-color: #f7f7f7;
    min-height: 400px;
}

.image--gallery-container {
    width: 100%;
}

.image--gallery-item {
    position: relative;
    width: 32.33%;
    float: left;
    margin-right: 1%;
}
.image--gallery-item .text a {
    position: absolute;
    color: #fff;
    font-size: 31px;
    top: 45%;
    left: 30%;
    font-weight: bold;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 85%;
    background: #000;
    opacity: 0;
    transition: .5s ease;
}
.image-hover:hover .overlay {
    opacity: 0.7;
}

h2 {
    padding-top: 80px;
    padding-bottom: 60px;
    letter-spacing: 5px;

}

h3, h4, h5, h6 {
    padding-top: 20px;
    padding-bottom: 20px;
}

h2, h3, h4, h5, h6 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Roboto Condensed', 'sans-serif';
}

hr {
    border-top: 1px solid #000000;
    margin: 0px;
    padding: 0px;
}



.col-3:not(:last-child) {
    padding-right: 20px;
}

.col-2:not(:last-child) {
    padding-right: 20px;
}

#ueber-uns img {
    width: 100%;
}

#footer {
    width: 100%;
}

/** footer **/

footer {
    background-color: #30302f;
    color: #ffffff;
    width: 100%;
    min-height: 160px;
    display: table;
}

#social-media {
    float: left;
}

#footer-menu {
    float: right;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer ul li {
    list-style-type: none;
    padding-bottom: 5px;
}

footer a:link, footer a:visited {
    color: #ffffff;
    text-decoration: none;

}

footer .fab {
    font-size: 24px;
    padding-right: 15px;
    //line-height: 120px;

}

footer .wrapper {
    display: flex;
    max-width: 1240px;
    margin: 0px auto;
    width: 100%;
}
.social-media {
    width: 20%;
    float: left;
}
.copyright {
    width: 50%;
    margin: 0px auto;
    line-height: 120px;

}

/** media query **/

@media only screen and (max-device-width : 1024px) {
    header nav ul li {
        width: 100%;
    }
    #branding {
        width: 100%;
    }
    
}

@media only screen and (min-device-width : 1024px) {
    #branding {
        width: 20%;
    }
    header nav ul li {
        text-align: right;
    }

    h2 {
        font-size: 32px;
    }

    input, select, textarea {
        width: 70%;
    }

    .text-center {
        text-align: center;
    }

    #main #inner, footer #inner {
        padding-left: 60px;
        padding-right: 60px;
        max-width: 1400px;
        margin: 0px auto;
        width: 100%;
    }

    header nav .fa-bars {
        display: none;
    }

    header nav ul {
        display: block;
    }

    .col-3 {
        float: left;
        width: 31.3333%;
    }

    .col-2 {
        float: left;
        width: 45%;
    }
}
