/*######## MIXINS #######*/

:root{
    --header-height: 133px;
    --primary-color:#DEC500;
    --gray-color: #ECECEC;
    --dark-gray: #B5B7B4;
}

/*######## END-OF-MIXINS #######*/

@media (min-width: 1600px) {
    .container{
        max-width: 1520px;
    }
}

.mail-success{
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 8px;
    box-shadow: #484848 2px 2px 20px 0;
    background-color: rgb(195 195 195 / 73%);
    top: 26%;
    left: 42%;
    transition: all 5s ease-in-out;
}
.mail-success p{
    color: #FFFFFF;
    font-size: 25px;
}

input[type=text]:focus, input[type=email]:focus,input[type=tel]:focus{
    border: 2px solid var(--primary-color);
}
input[type=text], input[type=email],input[type=tel]{
    border-radius: unset;
    border: 2px solid;
}
.form-control{
    border-radius: unset;
    border: 2px solid;
}
.form-control:focus{
    border: 2px solid var(--primary-color);
}

.navbar-expand-lg {
    height: var(--header-height)!important;
}
.navbar-collapse{
    justify-content: flex-end;
}
.nav-link{
    font-family: "Roboto", sans-serif;
    color: #000000;
}
ul li{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 25px;
}
.nav-item-height{
    color: var(--dark-gray) ;
    list-style: none;
    margin-bottom: -10px;
}
.text-main-screen{
    bottom: 7em;
}
.main-screen{
    position: relative;
    text-align: left;
}
.main-screen-h1, .main-screen-h2, .btn-primary{
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 64px;
    color: #ffffff;
}
.main-screen-h2, .btn-primary{
    font-weight: 400;
}
.btn-primary{
    padding: 10px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}
.btn-primary:hover{
    background-color: #000000;
    border: 1px solid #FFFFFF;
}
.my-h3{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 48px;
    color: #000000;
}
.my-h3 span{
    font-weight: 700;
}
.img-block{
    height: 326px;
    background-color: #B5B7B4;
    margin: 0 2em 2em 0;
    overflow: hidden;
    position: relative;
}
.vertical-text{
background-color: var(--primary-color);
}
.vertical-text, .horizontal-text{
    font-family: Inter, sans-serif;
    font-weight: 700!important;
    font-size: 28px!important;
    color: #FFFFFF;
    height: 100%;
    padding: 20px;
    margin: 0;
    cursor: pointer;
}
.vertical-text {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}
.img-in-block img{
    height: 326px;
}
.hover-block{
    height: 100%;
    background-color: var(--primary-color);
    /*display: none!important;*/
    position: absolute;
    width: 330px;
    top: 0;
    left: 0;
    transform: translateX(-75%);
    transition: transform 500ms linear;
}
.hover-block p, .dark-button{
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    padding: 18px;
    text-align: left;
}
.hover-block .dark-button{
    margin: 0 auto;
    padding: 5px 12px;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
.hover-block:hover{
    transform: translateX(0%);
}
.product-block{
    padding: 1em 0;
    background-color: var(--gray-color);
}
.horizontal-text{
    position: absolute;
    top: 0;
    right: 0;
}
.product-block-hover{
    position: absolute;
    width: 322px;
    bottom: -55%;
    right: 0;
    background-color: var(--primary-color);
    height: 100%;
    cursor: pointer;
}
.product-block-hover:before{
    position: absolute;
    content: "";
    left: -31px;
    top: 0;
    width: 32px;
    height: 100%;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: var(--primary-color);
    opacity: 0.5;
    transition: all 0.5s ease;
}
.product-block-hover:hover{
    transition: 500ms ease;
    bottom: 0;
    cursor: auto;
}
.title{
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #ffffff;
    margin: 10px 100%;
    width: 71%;
}
.title span{
    font-weight: 700;
}
.text{
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #ffffff;
    margin: 10px 16%;
}
.dark-button{
    margin: 10px auto;
    padding: 5px 12px;
    background-color: #000000;
    color: #FFFFFF;
    text-decoration: none;
}
.slider{
    background-color: #ECECEC;
    height: 358px;
    width: 100%;
}
.news{
    height: 551px;
    width: 100%;
}
.news-left-block{
    background-color: var(--primary-color);
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1.5em;
}
.news-left-block__main-text{
    font-family: Inter, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    text-align: left;
    color: #ffffff;
}
.news-left-block__main-text span{
    font-weight: 700;
}
.news-left-block__text{
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    color: #ffffff;
}
.testimonials{
    background-color: var(--gray-color);
    min-height: 395px;
}
.testimonials__left-block{
    min-height: 395px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonials__left-block__logo{
    width: 226px;
}
.testimonials__left-block__text{
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
}
.testimonials__left-block__text span{
    font-weight: 700;
}
.testimonials__right-block__text{
    font-family: Inter, sans-serif;
    font-size: 29px;
    font-weight: 300;
    line-height: 42px;
    text-align: left;
}
.news-left-block__date{
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    color: #FFFFFF;
}
.mehr-lesen{
    margin: 10px 0 10px 65%;
}

.contact{
    height: 753px;
    background: url("/img/Rectangle74.png") no-repeat;

}

.container__form{
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.form{
    width: 687px;
    height: 636px;
    background-color: #000000bf;
    padding: 2em;

}
.form__tittle{
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    color: #FFFFFF;
    text-align: left;
}
.form__tittle span{
    font-weight: 700;
}
label{
    font-family: Inter,sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 42px;
    color: var(--dark-gray);
    text-align: left;
}
.form-check-label{
    font-family: Inter,sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 17px;
    color: #FFFFFF;
    text-align: left;
}
.send-btn{
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
    border-radius: unset;
}
.submit__button{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


footer{
    background-color: var(--primary-color);
    height: 380px;
}
.footer__main-text{
    font-family: Inter, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    text-align: left;
    color: #FFFFFF;
}
.footer__text{
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
    text-align: left;
}
.footer__text span{
    font-weight: 600;
}
.contact-date{
    gap: 2em;
}


.subfooter {
    height: 50px;
    background-color: #D9D9D9;
}
.impressum{
    height: 50px;
    width: 20%;
}