    body {
    background-color: #fff;
    color: #575757;
    font-family: 'Exo 2', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3 {
    color: #0C0600;
    line-height: 1.5;
    margin: 0 0 25px 0;
}

h1 {
    font-size: 60px;
    font-weight: 900;
    text-align: center;
}

h2 {
    font-size: 37px;
    font-weight: 700;
}

h3 {
    font-size: 23px;
    font-weight: 500;
}

h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
}

a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}

i {
    font-size: 16px;
}

 ::selection {
    color: #fff;
    background-color: #FF8D0F;
}


/* ul*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Padding */

.p-100 {
    padding: 100px 0;
}

.p-70 {
    padding: 100px 0 70px;
}


/* Button */

.btn-content {
    margin-top: 40px;
    text-align: center;
}

.main-btn {
    display: inline-flex;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: #FF8D0F;
    padding: 18px 36px;
    border-radius: 55px;
}

.main-btn:hover {
    color: #fff;
    background-color: #d6780d;
}


/* Navbar */

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(249, 244, 240, 0.494);
    transition: all .3s ease-in-out;
    padding: 20px 0;
}

.not-found-nav,
.nav-fixed {
    background-color: #FFfF;
    padding: 13px 0;
    border-bottom: 1px solid rgba(249, 244, 240, 1);
}

.my-toggle {
    background-color: #FFfF;
}

.navbar-brand:hover,
.navbar-brand {
    color: #fff;
    font-weight: 700;
    transition: all .3s ease-in-out;
}

.menu-item {
    margin-right: 25px;
}

.menu-item:last-child {
    margin-right: 40px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.nav-link {
    color: #fff;
    transition: all .3s ease-in-out;
}

.not-found-nav .nav-link,
.my-toggle .nav-link,
.nav-fixed .nav-link {
    color: #575757;
}

.not-found-nav .navbar-brand,
.my-toggle .navbar-brand,
.nav-fixed .navbar-brand {
    color: #0C0600;
}

.navbar-brand span,
.nav-link.active,
.nav-link:focus,
.nav-link:hover {
    color: #FF8D0F;
}

.navbar-toggler {
    padding: 0;
    border: none;
    border-radius: 0;
}

.navbar-toggler:focus,
.navbar-toggler:focus {
    border: 0;
    box-shadow: none;
}

.navbar-icon {
    display: block;
    height: 2px;
    width: 22px;
    margin-bottom: 7px;
    background-color: #fff;
}

.not-found-nav .navbar-icon,
.my-toggle .navbar-icon,
.nav-fixed .navbar-icon {
    background-color: #575757;
}

.navbar-icon:last-child {
    margin: 0;
}

.nav-call {
    color: #575757;
    padding: 14px 28px;
    background-color: #fff;
}

.not-found-nav .nav-call,
.nav-fixed .nav-call {
    color: #fff;
    padding: 14px 28px;
    background-color: #FF8D0f;
}

.nav-call:hover {
    background-color: #d6780d;
}


/* Header */

header {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.47) 0%, rgba(0, 0, 0, 0) 100%);
}

.header-content {
    position: relative;
    z-index: 2v;
}

header h1,
header h3,
header p {
    color: #fff;
}

header h3 {
    text-align: center;
}

header p {
    width: 64%;
    margin: 0 auto;
    text-align: center;
}


/* About */

.about,
.features,
.warum,
.about-slide {
    border-bottom: 1px solid #F9F4F0;
}

.title {
    margin-bottom: 60px;
}

.title h2 {
    margin: 0;
}

.about-content h2 {
    color: #FF8D0F;
    margin-bottom: 40px;
}

.about-content h3 {
    margin: 0;
}

.about-content .about-text h3:first-child {
    margin-bottom: 40px;
}


/* Features */

.items {
    margin-bottom: 30px;
}

.items-content {
    padding: 30px;
    border: 1px solid #F9F4F0;
}

.features .item-title {
    margin-bottom: 40px;
}

.item-features .items-content {
    border-radius: 10px;
    min-height: 255px;
}

.features .item-title h3,
.item-num {
    display: inline-block;
}

.item-num span {
    font-size: 80px;
    color: #FF8D0F;
    margin-right: 25px;
    font-weight: 700;
    line-height: 0;
}

.features .item-title h3 {
    margin-bottom: 0;
    text-align: left;
}


/* Galerie */

.owl-carousel .owl-item img {
    height: 580px;
    object-fit: cover;
}


/* Services */

.services ul li {
    position: relative;
    margin: 0 0 15px 0;
}

.services ul li:last-child {
    margin-bottom: 0;
}

.item-img {
    height: 242px;
    position: relative;
}

.img-container {
    height: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.item-img img {
    height: 100%;
    width: 100%;
    transition: all 1s ease-in-out;
    object-fit: cover;
}

.services .item-title {
    margin-top: 10px;
}

.item-services:hover .item-img img {
    scale: 1.1;
}

.items-content {
    border-radius: 0 0 10px 10px;
}


/* Angebot */

.angebot {
    background-color: #FF8D0F;
}

.angebot .title {
    margin-bottom: 0;
}

.angebot .title h2,
.angebot .title p {
    color: #fff;
}

.angebot .title h2 {
    margin-bottom: 25px;
}

.call {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.angebot .btn-content {
    margin: 0;
}

.angebot .main-btn {
    color: #0C0600;
    background-color: #fff;
}

.angebot .main-btn:hover {
    color: #fff;
    background-color: #0C0600;
}

.main-btn span {
    margin-right: 5px;
}


/* Contact */

.contact-form label {
    display: block;
    margin-bottom: 30px;
}

.contact-input {
    margin-top: 10px;
    padding: 0 15px;
    height: 53px;
    width: 100%;
    border: 1px solid rgba(128, 128, 128, .40);
    border-radius: 55px;
}

textarea.contact-input {
    height: 270px;
    border-radius: 25px;
    padding-top: 15px;
}

[type=submit] {
    outline: none;
    border: none;
    transition: all .3s ease-in-out;
    float: right;
}


/* Footer */

footer {
    background-color: #0C0600;
}

.p-t-100 {
    padding-top: 100px;
}

.footer-content-about {
    padding-right: 190px;
}

.footer-logo {
    color: #fff;
    font-weight: 900;
}

.footer-span {
    color: #FF8D0F;
}

.footer-text {
    color: #fff;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer .navbar-nav .nav-link {
    color: #fff;
    padding: 0;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.footer-content a:hover,
footer .navbar-nav .nav-link:hover {
    color: #FF8D0F;
}

.footer-content h3 {
    margin-bottom: 15px;
}

.footer-content a {
    color: #fff;
    display: block;
}

.footer-content span {
    margin-right: 10px;
}

.email {
    margin-top: 15px;
}

.copy {
    margin-top: 100px;
    border-top: 1px solid rgba(128, 128, 128, .20);
}

.copy-text {
    height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy a,
.copy p {
    color: #fff;
}

.copy a {
    font-weight: 700;
}

.copy a:hover {
    color: #FF8D0F;
}


/* 404 */

.not-found {
    padding-top: 300px;
}

.not-found h1 {
    font-size: 200px;
    color: #FF8D0F;
    text-align: left;
    line-height: 1;
}

.not-found .btn-content {
    text-align: left;
}


/* Media queries */

@media (max-width: 991.98px) {
    .nav-call {
        display: none;
    }
    .navbar-nav {
        padding: 20px 0 10px;
    }
    .menu-item {
        margin-bottom: 15px;
    }
    .menu-item:last-child {
        margin-bottom: 0;
    }
    header {
        height: 1080px;
    }
    .btn-content,
    h1,
    header h3,
    .header-content {
        text-align: left;
    }
    header p {
        width: 100%;
        margin: auto;
        text-align: left;
    }
    .warum .col-lg-6 h2,
    .about .col-lg-6 h2 {
        font-size: 23px;
    }
    .item-features .items-content {
        min-height: auto;
    }
    .item-services .items-content {
        min-height: 302.5px;
    }
    .call {
        display: block;
    }
    .call .btn-content {
        margin-top: 40px;
    }
    .contact-title h3 {
        margin-bottom: 40px;
    }
    .footer-content-about {
        padding: 0;
    }
    footer .navbar-nav {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    header {
        height: 870px;
    }
    header h1 {
        font-size: 34px;
    }
    .features .item-title {
        display: flex;
        align-items: center;
    }
    .item-num span {
        line-height: 1.5;
    }
    .item-features .items-content {
        padding-top: 0;
    }
    .item-services .items-content {
        min-height: auto;
    }
    .copy-text {
        height: 130px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .not-found h1 {
        font-size: 70px;
    }
    .not-found h2 {
        font-size: 20px;
    }
    .not-found {
        padding-top: 150px;
    }
    br {
        display: none;
    }
    .contact-title {
        padding-bottom: 30px;
    }
    footer .navbar-nav {
        margin: 40px 0;
    }
    .footer-content {
        text-align: left;
    }
    .copy p:first-child {
        margin-bottom: 15px;
    }
    [type=submit] {
        float: none;
        justify-content: center;
        width: 100%;
    }
    @media (max-width: 575.98px) {
        h1 {
            font-size: 30px;
        }
        h2 {
            font-size: 28px;
        }
        .slide-img {
            height: 410px;
        }
    }


/* Inner pages (page.php, single.php, index.php): clears the fixed navbar; uses the h2 size and accent colour of the front page */

.page-content {
    padding-top: 160px;
    min-height: 60vh;
}

.page-content .title h1 {
    font-size: 37px;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.page-content .entry-content > * + * {
    margin-top: 20px;
}

.page-content .entry-content a {
    color: #FF8D0F;
}

@media (max-width: 767.98px) {
    .page-content {
        padding-top: 120px;
    }
    .page-content .title h1 {
        font-size: 28px;
    }
}
