
a[href^="tel:"] {
    color: #7d7d7d;
    text-decoration: none;
}

body {
    color: #373737;
    overflow-x: hidden;
    font-family: "Roboto", Arial, sans-serif;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

a:hover {
    text-decoration: none !important;
    outline: none;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.proof {
    display: none;
}

.extrabold {
    font-weight: 800;
}

.spacer {
    height: 45px;
}

.spacer2 {
    height: 105px;
}

.bold {
    font-weight: 700;
}

.btn-outline-primary {
    color: #fff;
    border-color: #ff000e;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #ff000e;
    border-color: transparent;
}

.inhalt h1 {
    font-size: 1.8rem;
    font-weight: 300;
    color: #58585a;
}

.inhalt h2 {
    font-size: 1.4rem;
    font-weight: 300;
}

.inhalt h3 {
    font-size: 1.26875rem;
}

.inhalt img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

h5 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0px;
    padding: 0;
    text-transform: uppercase;
    color: #1d1d1d;
}

header {
    z-index: 77777;
}

.header-fixed {
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 0rem 0 0rem;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 6px -1px rgba(0, 0, 0, 0.75);
    z-index: 777;
}

.logoleiste {
    position: relative;
}

.bar {
    position: relative;
    border: solid 0px red;
}

.contactbar {
    font-size: 1rem;
    border: solid 0px red;
    color: #58585a;
    z-index: 7777;
    text-align: right;
    padding-right: 0px;
    position: absolute;
    top: 0px;
    right: 0%;
    padding-bottom: 5px;
}

.contactbar ul {
    margin: 0;
    padding: 0;
}

.contactbar li {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.contactbar a {
    color: black;
    padding: 10px;
    text-align: right;
    float: right;
}

.contactbar .fas {
    line-height: 2.5;
    color: #ff000e;
}

a.logo {
    display: inline-block;
    z-index: 7777;
}

.logo img {
    height: 50px;
    width: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
}

.effect {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: 0;
}

.navbarcollapse {
    margin-top: -17px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
    position: absolute;
    right: 8px;
    top: -47px;
}

.navbar-toggler {
    padding: 0rem 0rem;
    font-size: 1.80625rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0rem;
}

.navbar {
    padding: 0rem 0rem;
    margin-top: 0px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #444444;
    font-size: 1rem;
    font-weight: lighter;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #58585a;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #ff000e;
}

.dropdown-menu {
    font-size: 1rem;
    width: 95%;
    padding: 0rem 0;
}

.dropdown-item {
    text-transform: none;
}

.active {
    color: #ff000e;
}

.startseite.bild, .folgeseite .bild {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.startseite.bild {
    min-height: auto;
}

.startseite-img {
    object-fit: cover;
    object-position: top center;
    width: 100%;
    height: 130px;
}

.contact-header img {
    object-fit: cover;
    object-position: center;
    width: 95%;
    height: 300px;
}

.startseite .text {
    position: absolute;
    bottom: 15px;
}

.startseite .text h2 {
    color: #fff;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.balkengruen {
    min-height: 30px;
    background-color: #ff000e;
    border-top: solid 2px #fff;
}

.wrapperleistungen {
    margin-top: -42px;
}

.leistungen {
    z-index: 9 !important;
    position: relative;
}

.leistungen .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    position: relative;
}

.leistungen .card {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.leistungen a .card-body {
    color: #ff000e;
}

.leistungen .item {
    position: relative;
    background: #fff;
    margin: 0;
    overflow: hidden;
    width: 100%;
    padding: 55px 25px;
}

.leistungen .item img {
    max-width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s, -webkit-transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.8;
}

.leistungen .item:hover img, .leistungen .item:hover p, .leistungen .card:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    opacity: 1;
}

.leistungen .card:hover {
    border: solid 1px #ff000e;
}

.leistungen h1 {
    color: #58585a;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.5rem;
    position: relative;
    color: #58585a;
    margin: 10px 0 0px 0;
    padding: 0;
}

.leistungen h1:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 4px solid #ff000e;
}

.contact {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #0d2536;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 284px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact .text h2 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 1.5rem;
}

.footer {
    padding-top: 15px;
    padding-bottom: 80px;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer a {
    color: #58585a;
}

.footer .imprint a {
    text-decoration: underline;
}

.imprint .nav-link {
    display: block;
    padding: .5rem 0rem;
}

.bild.folgeseite {
    margin-top: 0px;
}

.rubrik h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin: 15px 0;
    display: inline-block;
}

.inhalt {
    padding-top: 25px;
}

#BTN.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #ff000e;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#BTN.elementor-button:hover {
    background-color: #58585a;
}

label {
    font-weight: 700;
}

.grau {
    background-color: rgba(0, 0, 0, 0.062);
    padding: 5px;
}

.grau h3 {
    margin: 0;
    padding: 0;
}

.sidebar-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-inner h2 {
    font-size: 1.5rem !important;
}

.widget {
    margin-bottom: 30px;
}

.widget ul li {
    line-height: 1.2;
    margin-bottom: 20px;
}

#categories-2.widget ul li, #archives-2.widget ul li {
    line-height: 1.2;
    margin-bottom: 5px;
}

#recent-posts-2 a {
    color: #7d7d7d;
    font-size: 1rem;
}

.post-details {
    font-size: .9rem;
}

.icon-büro, .icon-industrie {
    color: #ff000e;
    font-size: 70px;
}

.folgeseite-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 300px;
}

.folgeseite-h {
    color: #ff000e;
    font-size: 30px;
    margin-top: 50px;
    font-weight: 300;
}

.folgeseite-h2 {
    color: white;
}

.folgeseite-h3 {
    font-size: 22px;
}

.footer-links {
    list-style: none;
}

.zitat {
    font-size: 14px;
}

.background {
    padding: 20px;
    background-color: rgba(97, 102, 104, 0.4);
}

hr {
    border-color: rgba(129, 129, 129, 0.8); ;
}

.abschnitt {
    width: 100%;
    background-color: rgba(176, 7, 0, 0.05);
    padding-top: 20px;
    padding-bottom: 20px;
}

.bildquellen li {
    padding-top: 10px;
}

@media (min-width: 576px) {
    .logo img {
        height: 60px;
        width: auto;
        margin-top: 30px;
        margin-left: 15px;
    }

    .leistungen .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .startseite .text h2 {
        padding: 18px 20px;
        font-size: 1.8rem;
    }

    .startseite-img {
        object-fit: cover;
        object-position: top center;
        width: 100%;
        height: 430px;
    }

    .contact-header img {
        object-fit: cover;
        object-position: center;
        width: 70%;
        height: 300px;
    }

}

@media (min-width: 768px) {
    body {
        padding-top: 60px;
    }

    .contactbar a {
        color: #58585a;
        padding: 0px;
        border: solid 0px red;
        background-color: transparent;
        text-align: right;
    }

    .contactbar .fas {
        color: #ff000e;
        margin-right: 10px;
    }

    .header-collapse {
        height: auto;
        padding: 0;
    }

    .header-fixed {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        padding: 0 0rem 0 0rem;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

    .logo img {
        height: 60px;
        width: auto;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-left: 15px;
    }

    .header-collapse .logo img {
        height: 65px;
        width: auto;
        margin-top: 0px;
    }

    .effect {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        margin-top: 20px;
    }

    .navbarcollapse {
        margin-top: 0px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-toggler-iconmargin {
        margin-top: 0px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.2rem;
    }

    .startseite.bild {
        min-height: 450px;
    }

    .startseite .text {
        position: absolute;
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .contact {
        margin-top: 30px;
        margin-bottom: 30px;
        background-color: #0d2536;
        background: url(../images/footer/contact.jpeg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 395px;
    }

    .footer {
        padding-top: 15px;
        padding-bottom: 80px;
        font-size: .9rem;
    }

    .bild.folgeseite {
        margin-top: 48px;
    }

    .startseite-img {
        object-fit: cover;
        object-position: top center;
        width: 100%;
        height: 580px;
    }
    .contact-header img {
        object-fit: cover;
        object-position: center;
        width: 40%;
        height: 300px;
    }

}

@media (min-width: 992px) {
    .contactbar a {
        padding: 0px;
    }

    .contactbar .fas {
        line-height: 2;
    }

    .contactbar li {
        font-weight: 500;
    }

    .header-fixed {
        padding: 0px 0rem 0px 0rem;
    }

    .contactbar {
        font-size: 1rem;
        border: solid 0px red;
        color: #58585a;
        z-index: 7777;
        text-align: right;
        padding-right: 0px;
        position: absolute;
        top: 15px;
        right: 0%;
    }

    .navbar {
        padding: .5rem 0rem;
        margin-top: 32px;
    }

    .collapse.justify-content-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: end !important;
    }

    .effect {
        margin-top: 0;
    }

    .dropdown-menu {
        border: 0px solid rgba(0, 0, 0, 0.15) !important;
        border-radius: 0rem;
        min-width: 17rem;
        top: 114%;
    }

    .dropdown-item {
        padding: .25rem 1rem;
    }

    .navbar-nav > li:last-child > a {
        padding-right: 0 !important;
    }

    .logo img {
        height: 75px;
        width: auto;
    }

    .header-collapse .logo img {
        height: 55px;
        width: auto;
        margin-top: 0;
    }

    .navbarcollapse {
        margin-top: -8px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .navbar-nav {
        text-transform: uppercase;
        font-weight: 700;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 1.1rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .startseite.bild {
        min-height: 525px;
    }

    .startseite .text {
        width: 100%;
    }

    .startseite .text h2 {
        padding: 18px 20px;
        font-size: 2.4rem;
    }

    .leistungen .card-deck .card {
        -ms-flex: 1 0 0%;
        -webkit-box-flex: 1;
        flex: 1 0 0%;
    }

    .contact {
        margin-top: 100px;
        margin-bottom: 30px;
        background-color: #0d2536;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 484px;
    }

    .leistungen .item {
        padding: 55px 25px 87px 25px;
    }

    .leistungen h1 {
        font-weight: 300;
        font-size: 1.5rem;
        position: relative;
        color: #58585a;
        margin: 20px 0 0px 0;
        padding: 0;
    }

    .leistungen h1:after {
        bottom: -30px;
    }

    .inhalt {
        padding-top: 40px;
    }

    .inhalt h1 {
        font-size: 2rem;
    }

    .inhalt h2 {
        font-size: 1.7rem;
    }

    .inhalt h3 {
        font-size: 1.5rem;
    }

    .form-group {
        margin-bottom: 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    span.wpcf7-list-item {
        display: inline-block;
        margin: 0;
    }

    .imprint {
        text-align: right;
    }
    .startseite-img {
        object-fit: cover;
        object-position: top center;
        width: 100%;
        height: 750px;
    }
}

@media (min-width: 1200px) {
    body {
        padding-top: 80px;
    }

    .contactbar {
        font-size: 1rem;
        border: solid 0px red;
        color: #58585a;
        z-index: 7777;
        text-align: right;
        padding-right: 0px;
        position: absolute;
        top: 15px;
        right: 0%;
    }

    .contactbar .fas {
        margin-left: 10px;
        margin-right: 0px;
    }

    .logo img {
        height: 70px;
        width: auto;
        margin-top: 30px;
        margin-left: 15px;
    }

    .header-collapse .logo img {
        height: 80px;
        width: auto;
        margin-top: 25px;
    }

    .header-collapse {
        padding: 0px 0rem 5px 0rem;
    }

    .navbarcollapse {
        margin-top: 0px;
    }

    .effect {
        margin-top: 53px;
    }

    .navbarcollapse {
        margin-top: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .collapse.justify-content-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #444444;
        font-size: 1rem;
    }

    .navbar {
        padding: .5rem 0rem;
        margin-top: 43px;
    }

    .startseite.bild {
        min-height: 730px;
    }

    .startseite .text {
        bottom: 75px;
    }

    .wrapperleistungen {
        margin-top: -100px;
    }

    .rubrik h1 {
        font-size: 1.8rem;
    }
}

#contact {
    width: 100%;
    overflow: hidden;
}

.contact-wrapper {
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

/* Location, Phone, Email Section */
.contact-list {
    list-style-type: none;
}

.list-item {
    line-height: 4;
    color: #ff000e;
}

.list-item span {
    line-height: 1.2;
}

.contact-header {
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact-text {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #111;
}

.contact-text a {
    color: #111;
    text-decoration: none;
    transition-duration: 0.2s;
}

.contact-text a:hover {
    color: #111;
    text-decoration: none;
}

/* Begin Media Queries*/
@media screen and (max-width: 760px) {
    .section-header {
        font-size: 65px;
    }
    .direct-contact-container, .form-horizontal {
        float: none;
        margin: 10px auto;
    }
    .direct-contact-container {
        margin-top: 60px;
        max-width: 300px;
    }
}

@media screen and (max-width: 569px) {
    .section-header{
        font-size: 50px;
    }
    .direct-contact-container, .form-wrapper {
        float: none;
        margin: 0 auto;
    }

    .name, .email, textarea {
        width: 280px;
    }
    .direct-contact-container {
        margin-top: 60px;
        max-width: 280px;
    }

}