html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main-content {
    flex: 1 0 auto;
    min-height: 45vh;
}

header .navbar {
    min-height: 86px;
}

.nav-item-account,
.nav-item-language {
    position: relative;
    left: 20px;
}

.nav-item-account .nav-link {
    border: 0;
    background: transparent;
}

.mobile_nav_item {
    justify-content: space-between;
}

.navbar-brand-mobile img {
    max-width: 200px;
}

.mobile-language {
    width: 26px;
    height: auto;
}

.mobile-searchbar form {
    flex-wrap: nowrap;
}

.mobile-searchbar .mobile_search {
    flex: 1 1 auto;
}

#mobile-menu .link_ac {
    align-items: flex-start;
}

.tfa2-page {
    padding: 5rem 0;
}

.tfa2-page-heading {
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.tfa2-hero {
    min-height: 66vh;
    position: relative;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, .58), rgba(0, 0, 0, .04)), url('../image/image-asset.jpeg') center/cover no-repeat;
}

.tfa2-hero-content {
    padding: 4rem 15px;
    color: #fff;
}

.tfa2-hero-content h1 {
    color: inherit;
    text-transform: uppercase;
}

.post-footer {
    width: 100%;
}

.post-footer p {
    margin-bottom: 0;
}

.contact-page-heading {
    display: block;
}

.contact-form-info a {
    color: inherit;
}

.contact-form-fields legend {
    width: auto;
    margin-bottom: .5rem;
    border: 0;
    font-size: 1rem;
    font-weight: 500;
}

.contact-form-fields .custom-checkbox {
    margin-bottom: .35rem;
}

.contact-form-fields .invalid-feedback,
.contact-form-fields .form-error-message,
.contact-form-fields > ul,
.contact-form-fields div > ul {
    display: block;
    margin: .35rem 0 0;
    padding-left: 0;
    color: #a51f2d;
    list-style: none;
    font-size: .875rem;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-form-fields .btn-submit {
    border: 0;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .tfa2-page {
        padding: 3rem 0;
    }

    .tfa2-hero {
        min-height: 55vh;
    }
}
