body {
    overflow-x: hidden;
    font-family: 'Raleway';
    background-color: #050817;
}

#home hr {
    width: 300px;
    height: 2px;
    max-width: 80vw;
    margin-top: 2rem;
    margin-bottom: 5rem;
    background-color: #f7c649;
    border: none;
}

#content {
    overflow-x: hidden;
}

#home .heading {
    box-sizing: border-box;
    font-size: 25px;
    font-family: montserrat;
    max-width: 350px;
    font-weight: 500;
    padding-top: 14px;
    padding-bottom: 4rem;
}

#home .subheading {
    font-size: 17px;
    font-family: roboto;
    font-weight: 300;
    padding-top: 6px;
}

#home section {
    padding-top: 100px;
}

#home .icons .icon {
    text-align: center;
    width: 100%;
    position: relative;
    text-decoration: none;
}

#home .icons .icon img {
    width: 60%;
    transition: all 0.2s ease-in-out;
}

#home .icons .icon img.hover {
    position: absolute;
    left: 20%;
    top: 0;
    opacity: 0;
}

#home .icons .icon:hover {
    cursor: pointer;
}

#home .icons .icon:hover img.hover {
    opacity: 1;
}

#home .icons .icon img.unhover {
    opacity: 1;
}

#home .icons .icon:hover img.unhover {
    opacity: 0;
}

#home .icons .icon .icon-label {
    padding-top: 10px;
    padding-bottom: 90px;
    font-size: 14px;
    font-family: roboto;
    font-weight: 300;
}

.text-seperator {
    margin-bottom: 30px;
    width: 60px;
    border-top: 5px solid #f7c649;
    margin-top: 30px;
}

#service .feature-list i {
    color: #f7c649;
}

@media (max-width: 790px) {
    #header .header-title-2 {
        display: none;
    }
}

@media (max-width: 645px) {
    #header .header-title {
        display: flex;
        justify-content: center;
        margin: 1rem;
    }
    #header .header-title-1 {
        width: 30% !important;
        position: absolute;
        right: 2.4rem;
        top: 1.6rem;
    }
}

@media (max-width: 992px) {
    #footer .col-lg-4 {
        text-align: center;
        padding: 20px 0;
    }
    #footer ul {
        list-style: none;
    }
    #Graebergallery {
        max-height: 220px;
    }
}

@media (max-width: 500px) {
    .headernav .nav-item {
        width: 90%;
    }
    .headernav .nav-link.active {
        background-color: rgba(255, 255, 255, 0.1) !important;
        border-radius: 5px;
    }
    #Graebergallery {
        max-height: 330px;
    }
}

.btn-primary {
    background-color: #f9a02c;
    border: none;
}

.btn-secundary {
    background-color: #fac000;
}

.btn-secundary:hover {
    background-color: #fdd243;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fdd243;
}

#header {
    position: relative;
    text-align: left;
    color: #fcba04;
    background-image: url('../img/headerimg2.jpg');
    background-size: cover;
    padding: 30px 0;
    background-size: cover;
    background-position-y: center;
    background-position-x: right;
    height: 100vh;
    min-width: 100px; /*überarbeiten*/
    max-height: 600px;
}

#header .header-title {
    margin: 60px;
    margin-top: 40px;
    height: calc(100vh - 120px - 6rem);
    max-height: calc(480px - 6rem);
    display: flex;
}

.headernav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    padding: 0 4vw;
    background-color: #05081785;
    box-shadow: #0000002b 0px 1px 30px;
    text-transform: uppercase;
    font-size: 13px;
}
.nav-pills .show > .nav-link {
    color: #000;
    background-color: #d99e3d;
    border-radius: 3px;
}
.headernav .nav-item {
    margin: 15px;
}
.headernav .nav-link {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    margin: 0 10px;
    border-radius: 0;
    border-bottom: rgba(255, 255, 255, 0) 2px solid;
}
.headernav .nav-link.active {
    color: #f7c649;
    background: none;
}
.headernav .nav-link.active,
.headernav .nav-link:hover,
.headernav .nav-link.active:hover {
    border-bottom: #f7c649 1px solid;
}

.tab-content {
    background-color: #050817;
    padding: 20px;
    color: #ffffff;
}

#home .home-about h3 {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

#home .home-about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2rem;
    text-align: center;
}

#home .neu-text {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.leistungen-text {
    margin-top: 3rem;
}

.leistungen-text p {
    margin-bottom: 2.5rem;
}

.leistungen-text-img img {
    width: 40%;
    margin-top: 3rem;
    border-radius: 2px;
}

.leistungen-img {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.leistungen-img img {
    width: 70%;
    margin-top: 4rem;
    border-radius: 2px;
}

.kasten {
    border: 1px solid #f6c349;
    padding: 30px;
    margin-top: 5rem;
    font-size: 15px;
    margin-bottom: 5rem;
}

@media (min-width: 992px) {
    .kasten {
        width: 70%;
    }
}

@media (min-width: 992px) {
    .icons-padding {
        padding-left: 70;
    }
}

.kasten p {
    margin-top: 1rem;
    margin-bottom: 1px;
}

.kasten a {
    color: #f6c349;
}

.kasten-kontakt {
    border: 1px solid #f6c349;
    width: 100%;
    padding: 30px;
    font-size: 15px;
    margin-bottom: 2rem;
}

.kasten-kontakt p {
    margin-top: 1rem;
    margin-bottom: 1px;
}

.kasten-kontakt a {
    color: #f6c349;
}

.home-img img {
    width: 80%;
}

#service .service {
    margin-top: 3rem;
}

#service p {
    margin-bottom: 2rem;
    font-size: 16px;
}

#service .service-img img {
    width: 50%;
    margin-bottom: 1rem;
}

#service .service-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 2px;
    align-items: center;
    margin-top: 5.7rem;
}

#service hr {
    height: 2px;
    max-width: 90vw;
    margin-bottom: 3rem;
    background-color: #f7c649;
    border: none;
}

#sonderanfertigungen .sonderanfertigungen-img img {
    width: 50%;
    margin-bottom: 1rem;
}

#sonderanfertigungen .sonderanfertigungen-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 2px;
    align-items: center;
    margin-top: 5.7rem;
}

#uebermich .uebermich {
    margin-bottom: 3rem;
}

#uebermich hr {
    height: 2px;
    max-width: 90vw;
    margin-bottom: 3rem;
    background-color: #f7c649;
    border: none;
}

#uebermich .uebermich-text {
    margin-top: 4rem;
}

#footer {
    background-color: #050817;
    padding: 40px;
    padding-bottom: 1.5rem;
    font-size: 90%;
    color: #ffffff;
}
.hr-footer {
    height: 2px;
    max-width: 90vw;
    background-color: #f7c649;
    border: none;
}

#footer ul {
    padding: 0 10px;
    margin-top: 20px;
}

#footer a {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    line-height: 30px;
}

#footer a:hover {
    color: #f7c649;
    text-decoration: none;
}

#footer tr {
    font-size: 90%;
    color: #ffffff;
    border-bottom: none;
    line-height: 30px;
}

#footer p {
    margin-top: 24px;
    position: relative;
    display: flex;
    align-items: baseline;
}

#footer table {
    margin-top: 20px;
}

@media (min-width: 992px) {
    #footer .contact-details {
        width: 100%;
    }
}

#footer .icons {
    padding-right: 6px;
}

#footer-two .footer-img img {
    width: 70%;
}

#footer-two .seiten {
    color: #ffffff;
}

#footer-two .col .seiten ul {
    color: #ffffff;
}

#subfooter,
#subfooter a {
    background-color: #050817;
    color: #f7c649;
    padding: 10px;
    padding-top: 20px;
    font-size: 12px;
}

#leistungen .feature-list .col-lg-4 {
    padding: 20px;
}

#leistungen .cta-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

#leistungen .cta {
    border-radius: 0 0 30px 30px;
    background-color: #8a71b8;
    padding: 30px;
    color: #fff;
}

#leistungen .cta-locations {
    padding: 30px;
    border-radius: 30px 30px 0 0;
}

.bg-light-gray {
    background-color: #eeeeee;
}

#map,
#map2 {
    height: 360px;
}

#map {
    border-radius: 15px;
}

.leistung .leistungsbeschreibung {
    padding-top: 20px;
}

.leistung .leistungsauflistung {
    padding-top: 30px;
    color: #f6c349;
    padding-bottom: 30px;
}

.leistung .cta {
    padding-top: 20px;
}
