@media (min-width: 1300px) {
    footer .container {
        max-width: 1300px;
    }
}

section.richeditor img {
    max-width: 100%;
}

.single-post {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.single-post {
    border: 1px solid #e1eeff;
}

.post-content {
    padding: 25px 30px;
}

.post-content a {
    color: #A06E26;
    transition: all ease-in 0.2s;
}

.post-content a:hover {
    letter-spacing: 1px;
}

.post-content h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
}

.post-content h3 a {
    color: black;
}

.post-content h3 a {
    color: #000;
    line-height: 27px;
}

.post-content h3 a:hover {
    letter-spacing: unset;
    color: #A06E26;
}

.pagination {
    margin: 2rem 0 3rem;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination li {
    color: black;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
}

.pagination .page-item .page-link {
    color: #0079b1;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.pagination .page-item.active .page-link {
    background-color: #A06E26;
    border-color: #A06E26;
    color: white;
    z-index: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination .page-item .page-link {
    color: #A06E26;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}

.contact-us {
    margin-bottom: 5rem;
}

.contact-us h2 {
    font-weight: 400;
    color: #b19777;
    font-size: 1.5rem;
}

.themesflat-tabs.style-1 .tab-content .item-content {
    padding: 19px 0 19px 21px;
    background-color: #fafafb;
    margin-bottom: 2rem;
}

.themesflat-tabs.style-1 .tab-content ul span.fa {
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #fdbf57;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 11px;
    line-height: 30px;
}

.contact-us .item-content .inner {
    margin-bottom: 10px;
}

.contact-us label {
    display: none;
}

.contact-us input[type="text"], .contact-us input[type="email"], .contact-us textarea {
    background-color: #fafafb;
    font-weight: 300;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    color: #777;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    letter-spacing: 0;
    background-color: transparent;
    line-height: inherit;
    width: 100%;
    margin-bottom: 14px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #A06E26;
    outline: 0;
    box-shadow: none;
}

.contact-us form .btn-primary {
    color: #fff;
    background-color: #A06E26;
    border-color: #A06E26;
    transition: all ease-in 0.2s;
}

.contact-us form .btn-primary:hover {
    background-color: #fff;
    color: black;
}

.help-block {
    color: maroon;
}

.fr-view img {
    width: unset;
}

.fr-view ul li, .fr-view ol li {
    margin-left: 40px;
}

.fr-view ul li {
    list-style-type: disc;
}

.fr-view ol li {
    list-style-type: decimal;
}

ul.pagination li {
    list-style-type: none;
    margin-left: 0;
}

[data-layout="inner"] .pace {
    display: none;
}

/* GOOGLE MAPS CSS FIX */
.gm-control-active > img {
    position: absolute;
}

.gm-style img {
    max-width: none;
}

/* END GOOGLE MAPS CSS FIX */

form input, form textarea, form button {
    border-radius: unset !important;
}

@media screen and (max-width: 768px) {
    .contact-us form {
        margin-bottom: 50px;
    }

    .logo-hero {
        width: 160px !important;
    }

    .newsletter-form--input {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .navbar-social-icons {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-top: 20px;
    }

    .navbar-social-icons i {
        font-size: 20px;
    }

    .logo {
        width: 120px;
    }

    .logo-img {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .header {
        margin-top: 70px;
    }
}

@media screen and (max-width: 576px) {
    .newsletter-form--input input[type='email'] {
        width: 320px!important;
    }
}

.news-inner h1 {
    font-size: 32px;
}

button.butn-dark {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    background: #A06E26;
    color: #fff;
    padding: 13px 30px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 3px;
    cursor: pointer;
}

button.butn-dark:hover {
    color: #fff !important;
}

button.butn-dark:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

button.butn-dark:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #323232;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button.butn-dark span {
    position: relative;
    z-index: 99999;
}

.dropdown-item {
    white-space: normal;
}

.nav-item .dropdown-item .nav-link {
    padding: 0;
    margin: 0;
}

.navbar li:last-child .nav-link {
    padding: 0;
    margin: 0;
}

.navbar .lang-flags {
    margin-right: 15px;
}

.bauen-blog .item img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
