.navbar{
    height: 80px;
    background-color: #FBC300 !important;
}
.navbar-collapse {
    background: #FBC300;
    padding: 10px;
 }
img{
    max-height: 100%;
}
.navbar-brand{
    height: 100%;
}
.nav-container{
    height: 100%;
    padding-top: 20px;
}
#navbarNav {
    justify-content: flex-end;
}
.hero{
    margin-top: 80px;
}
.hero-img{
    width: 100%;
    max-height: unset;
    height: auto;
}
#herovideo-wrapper{
    height: 35vh;
    margin-left: -15px;
    width: calc(100% + 30px);
    max-height: 400px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}
#hero-img-wrapper{
    height: 45vh;
    margin-left: -15px;
    display: flex;
    align-items: start;
    width: calc(100% + 30px);
    max-height: 350px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg, #5F5D5D 0%, #131313 100%);
    z-index: -1;
}
#hero-video {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#hero-text{
    background-color: #FBC30050;
    height:fit-content;
    padding: 30px;
    /*margin: -50% auto 0 auto;*/
    margin: 0 auto;
    width: 75%;
    text-align: center;
}
#hero-text-primary{
    font-family: 'Archivo';
    font-weight: 900;
    /*height:50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-size:2.7em;*/
    font-size: calc(1rem + 2vw);
    color:#fff;
}
#hero-text-secondary{
    font-family: 'Archivo';
    font-weight: 300;
    /*height:50%;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(0.5rem + 2.1vw);
    text-transform: uppercase;
}
#services{
    padding-top:40px;
    padding-bottom:30px;
    background: linear-gradient(0deg, rgba(251,195,0,0.75) 0%, rgba(251,195,0,0.75) 65%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%);
}
#content{
    padding: 40px 0;
}
.home-cards{
    margin: auto;
    width: 100% !important;
    background: none;
    border:none;
}
.home-card-title{
    margin: 20px 0;
    font-family: 'Archivo';
    font-weight: 300;
}
.home-card-img-top{
    border-radius: 0;
}
.card-body{
    font-family: 'Archivo';
    font-weight: 300;
}
.content-img{
    padding:15px;
    margin: auto;
}
.content-img-l{
    background-image: url(./images/home/bg_arrow_l.svg);
    padding-right: 50px;
    background-color: #FBC300;
    background-size: cover;
    background-position-y: center;
    background-position-x: right;
    display: flex;
    height: 100%;
}
.content-img-r{
    background-image: url(./images/home/bg_arrow_r.svg);
    padding-left: 50px;
    background-color: #FBC300;
    background-size: cover;
    background-position-y: center;
    background-position-x: left;
    display: flex;
    height: 100%;
}
.content-img-b{
    background-image: url(./images/home/bg_arrow_b.svg);
    background-color: #FBC300;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    display: flex;
    height: 200px;
    padding-bottom: 70px;
}
.card{
    border-radius: 0;
    border: none;
}
.content-card-body{
    background-color: #FBC300;
    display: flex;
    font-family: 'Archivo';
    font-weight: 900 !important;
    height: 100%;
    align-items: center;
    margin-left: -1px;
}
.content-card-title{
    height: fit-content;
    font-weight: 900 !important;
    font-size: calc(0.6rem + 1.5vw);
    word-break: break-all;
    margin: auto;
}
.content-card-title-white{
    height: fit-content;
    font-weight: 900 !important;
    font-size: calc(0.8rem + 2.1vw);
    word-break: break-all;
    margin: auto;
    color: #fff;
}
#footer-quote{
    background: linear-gradient(180deg, #5F5D5D 0%, #131313 100%);
    font-family: 'Archivo';
    font-weight: 900;
    color:#fff !important;
    padding:80px;
    
}
.blockquote{
    font-size: calc(0.8rem + 1.2vw) !important;
}
#cta1{
    font-size: calc(0.6rem + 1vw) !important;
    text-align: center;
}
#footer-success{
    background-color: #FBC30050;
    height:fit-content;
    padding: 30px;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    font-family: 'Archivo';
    font-weight: 300;
    font-size: 18pt;
    margin-bottom: 20px;
    margin-top: -55px;
    padding-top:70px;
}
#footer-final{
    padding:20px;
    background-color: #FBC300;
}
.form-control{
    border-radius: 0 !important;
}
#dropdown1{
    border: none;
    border-radius: 0;
    background-color: #FBC300;
}
#werkzeuge-dropdown:hover + #dropdown1{
    display: block;
}
#dropdown1:hover {
    display: block;
}
a.dropdown-item:active {
    background: #FBC300;
}
a.dropdown-item:hover {
    background: #ffd640;
}
@media (max-width: 750px) {
    #herovideo-wrapper{
        height: 20vh !important;
    }
    #hero-img-wrapper{
        height: 25vh !important;
    }
    #hero-text-primary{
        font-size: calc(0.8rem + 1vw) !important;
        line-height: calc(1.65rem + 1vw);
        margin-bottom: 10px;
    }
    #sendner-logo-footer{
        display: none !important;
    }
}
@media (max-width: 500px) {
    #herovideo-wrapper{
        height: 25vh !important;
    }
    #footer-success{
        font-size: 14pt;
        width: 75%;
    }
}
@media (max-width: 992px) {
    #services{
        background: linear-gradient(0deg, rgba(251,195,0,0.75) 0%, rgba(251,195,0,0.75) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
    }
    .content-card{
        margin-bottom: 10px;
    }
    .contact-form{
        width: 90% !important;
    }
    .products-lg{
        display: none;
    }
}
@media (min-width: 993px) {
    .products-sm{
        display: none;
    }
}
@media (max-width: 768px) {
    #services{
        background: linear-gradient(0deg, rgba(251,195,0,0.75) 0%, rgba(251,195,0,0.75) 85%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
    }
}
@media (max-width: 576px) {
    .home-cards{
        padding:15px !important;
    }
}