
html.Kontakt div.widget-header h4 {
    font-size: 36px!important;
    font-weight: 700!important;
    color: #146152!important;
}

html.Kontakt div.form-group input,
html.Kontakt div.form-group textarea {
    border-radius: 14px!important;
}

html.Kontakt div.form-group input:focus,
html.Kontakt div.form-group textarea:focus {
    border: 1px solid #146152!important;
}

html.Kontakt button.btn-send-message {
    background:
            linear-gradient(
                    to bottom,
                    rgba(255,255,255,.35) 0%,
                    rgba(255,255,255,0) 100%
            ),
            linear-gradient(
                    25deg,
                    #9F7A27 0%,
                    #C9A24D 55%,
                    #EED48A 100%
            )!important;
    color: #146152!important;
    border-radius: 14px!important;
    font-weight: 700!important;
}

html.Kontakt div.contact-data-company span:nth-of-type(2),
html.Kontakt div.contact-data-addr span:nth-of-type(2),
html.Kontakt div.contact-data-phone span:nth-of-type(2),
html.Kontakt div.contact-data-email a {
    font-family: var(--inter)!important;
}

html.Kontakt div.contact-data-email a {
    color: #58585a!important;
}
