/*******************************/
/********* General CSS *********/
/*******************************/


/* forum-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Forum';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/forum-v19-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/*** Bootstrap Root Colors ***/
:root {
    --bs-primary: #a9dbe1;
    --bs-primary-rgb: 169, 219, 225;
    --bs-primary-color: #79c9d2;
    --bs-primary-color-rgb: 121, 201, 210;
    --bs-primary-bg: #dff5f8;
    --bs-primary-bg-rgb: 223, 245, 248;

    --bs-secondary: #EC4899;
    --bs-secondary-rgb: 236, 72, 153;
    --bs-secondary-color: #da2982;
    --bs-secondary-color-rgb: 218, 41, 130;
    --bs-secondary-bg: #faddec;
    --bs-secondary-bg-rgb: 250, 221, 236;

    --bs-btn-hover-color: #ffffff;
}



body {
    color: #000000;
    background: #dddddd;
    font-family: 'Forum', serif;
    font-weight: 400;
    font-size: clamp(16px, 1.5vw, 20px);
    letter-spacing: 0.7px;
}

a {
    color: #666666;
    transition: all .3s;
}

a:hover,
a:active,
a:focus {
    color: var(--bs-primary);
    outline: none;
    text-decoration: none;
}

.wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.btn {
    background-color: var(--bs-primary);
    transition: all 250ms ease-in-out !important;
}

.btn:focus,
.btn:active,
.btn:hover {
    background-color: var(--bs-primary-color);
    color: #000;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/

.navbar * {
    transition: opacity 250ms ease-in-out;
}

.navbar .dropdown-menu {
    background-color: #fff !important;
    border-radius: 4px !important;
    top: 100%;
}

.dropdown-menu[data-bs-popper] {
    left: auto;
}

.dropdown-item {
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
}

.dropdown-item img {
    display: none;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-primary);
    background-color: #fff;
}

.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
    height: 80px;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    margin-top: 0;
    height: 60px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(61, 71, 80, .18);
}

.navbar.nav-sticky .navbar-brand img {
    height: 50px !important;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    line-height: 0px;
    font-weight: 300;
    letter-spacing: 2px;
    transition: .5s;

}

.navbar .navbar-brand {
    color: var(--bs-primary);
    transition: .5s;
}

.navbar .navbar-brand span {
    font-weight: 700;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 60px;
    height: 60px;
}

.navbar-nav {
    align-items: flex-start;
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: static;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 500;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-primary);
}

.navbar-nav .nav-link i,
.navbar-nav .nav-link i {
    rotate: 0deg;
    transition: all 150ms ease-in-out;
}

.navbar-nav .nav-link.active i,
.navbar-nav .nav-link.show i {
    rotate: 180deg;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

.btn.shadow:hover {
    box-shadow: none !important;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}

.noradius {
    border-radius: 0;
}

@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 20px;
        z-index: 9;
    }

    .navbar.nav-sticky {
        padding: 10px;
        background: #ffffff !important;
        transition: all 250ms ease-in-out;
    }

    .navbar a.nav-link {
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding-left: 20px !important;
        padding-right: 15px !important;
        transition: all 250ms ease-in-out;
    }

    .navbar.nav-sticky {
        height: 80px;
    }

    .dropdown-item {
        padding: 10px 20px;
        font-size: 16px;
    }

    .dropdown-item img {
        display: inline-block;
    }

    .navbar-nav {
        align-items: center;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 0;
        background: var(--bs-white) !important;
        height: 60px;
        margin-top: 0;
    }

    .navbar .navbar-brand span {
        color: #ffffff;
    }

    .navbar a.nav-link {
        padding: 5px;
    }

    .navbar .dropdown-menu {
        box-shadow: none !important;
    }

    .navbar .navbar-brand {
        color: #ffffff;
    }

    .navbar .navbar-brand img {
        height: 40px;
    }

    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        border: none;
        box-shadow: none;
    }

    .nav-item {
        padding: 10px 0;
    }

    .navbar-collapse.show {
        box-shadow: rgb(151, 150, 150) 0px 15px 10px -15px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
    position: relative;
    background: var(--bs-primary);
    transition: .3s;
}

.nav-bar .container-fluid {
    padding: 0;
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1366px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    height: 100%;
    background: var(--bs-primary) !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--bs-primary);
    transition: none;
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .nav-bar {
        padding: 0 75px;
    }

    .nav-bar.nav-sticky {
        padding: 0;
    }

    .nav-bar .navbar {
        padding: 20px;
    }

    .nav-bar .navbar-brand {
        display: none;
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {
    .nav-bar .navbar {
        padding: 15px;
    }

    .nav-bar a.nav-link {
        padding: 5px;
    }

    .nav-bar .dropdown-menu {
        box-shadow: none;
    }

    .nav-bar .btn {
        display: none;
    }
}


/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-caption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100vh - 170px);
    min-height: 400px;
}

.carousel .carousel-caption p {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-caption .btn:hover {
    color: var(--bs-primary);
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

@media (max-width: 767.98px) {
    .carousel .carousel-caption h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .carousel .carousel-caption p {
        font-size: 20px;
    }

    .carousel .carousel-caption .btn {
        padding: 12px 30px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel {
        height: 300px;
    }

    .carousel .carousel-caption h1 {
        font-size: 30px;
        font-weight: 500;
    }

    .carousel .carousel-caption p {
        font-size: 16px;
    }

    .carousel .carousel-caption .btn {
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
    }
}

.carousel .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

.carousel li::marker {
    font-size: 0;
}

@media (min-width: 992px) {
    .carousel {
        height: 100vh;
        min-height: 400px;
        max-height: 900px;
    }

    .carousel {
        padding-top: 80px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.section-header p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h2 {
    position: relative;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 100px 0 15px 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-img {
    position: relative;
    overflow: hidden;
}

.service .service-img img {
    width: 100%;
    border-radius: 4px;
}

.service .service-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(3, 15, 39, .7);
    transition: .5s;
    opacity: 0;
}

.service .service-item:hover .service-overlay {
    opacity: 1;
}

.service .service-overlay p {
    margin: 0;
    color: #ffffff;
}

.service .service-text {
    display: flex;
    align-items: center;
    height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 {
    margin: 0;
    padding: 0 15px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service .service-text h3 a {
    text-decoration: none;
}

.service .service-item a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: var(--bs-primary);
    background: var(--bs-primary);
    border-radius: 0;
    transition: .3s;
}

.service .service-item:hover a.btn {
    color: #ffffff;
}



/*******************************/
/******* Testimonial CSS *******/
/*******************************/

#testimonials .fa-star,
#testimonials .fa-star-half {
    color: #F8A401;
}

#testimonials .testimonial-item {
    position: relative;
}

#testimonials .testimonial-item:after {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: 900;
    position: absolute;
    font-size: 3rem;
    color: var(--bs-primary-bg);
    right: 2.5rem;
    bottom: 1rem;
    opacity: 0.5;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .col-md-6 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact .col-md-6:first-child {
    background: var(--bs-primary);
}

.contact .col-md-6:last-child {
    background: var(--bs-primary);
}

.contact .contact-info {
    position: relative;
    width: 100%;
    padding: 0 15px;
}

.contact .contact-item {
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    border: 1px solid rgba(256, 256, 256, .2);
}

.contact .contact-item [class^="flaticon-"]::before {
    margin: 0;
    color: var(--bs-primary);
    font-size: 40px;
}

.contact .contact-text {
    position: relative;
    width: auto;
    padding-left: 20px;
}

.contact .contact-text h2 {
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
}

.contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact-item:last-child {
    margin-bottom: 0;
}

.contact .contact-form {
    position: relative;
    padding: 0 15px;
}

.contact .contact-form input {
    color: #ffffff;
    height: 40px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form textarea {
    color: #ffffff;
    height: 185px;
    border-radius: 0;
    border-width: 1px;
    border-color: rgba(256, 256, 256, .4);
    background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
    box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.contact .contact-form .btn {
    padding: 16px 30px;
    font-size: 16px;
    font-weight: 600;
    color: var(--bs-primary);
    background: var(--bs-primary);
    border: none;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover {
    color: var(--bs-primary);
    background: #ffffff;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/************ Map CSS **********/
/*******************************/
.map-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    height: clamp(220px, 40vw, 500px);
    line-height: 0;
}

.map-wrapper::after {
    content: "Klicken Sie hier, um die Karte zu öffnen";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 30px;
    border-radius: 5px;
    font-size: 1.2rem;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.map-wrapper:hover::after {
    opacity: 1;
}

.map-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.map-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    padding-top: 70px;
    background: #333;
    color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
    position: relative;
    margin-bottom: 45px;
}

.footer h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-primary);
}

.footer h2::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
    text-decoration: none;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    border: 1px solid rgba(256, 256, 256, .3);
    border-radius: 60px;
    transition: .3s;
}

.footer .footer-social a i {
    font-size: 15px;
    color: #ffffff;
}

.footer .footer-social a:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.footer .footer-social a:hover i {
    color: var(--bs-primary);
}

.footer .newsletter .form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

.footer .newsletter input {
    height: 50px;
    border: 2px solid #121518;
    border-radius: 0;
}

.footer .newsletter .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--bs-primary);
    background: #121518;
    border-radius: 0;
    border: 2px solid var(--bs-primary);
    transition: .3s;
}

.footer .newsletter .btn:hover {
    color: #121518;
    background: var(--bs-primary);
}

.footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    font-size: 0;
    text-align: center;
    border-top: 1px solid rgba(256, 256, 256, .1);
    border-bottom: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-menu .f-menu a {
    color: #ffffff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu .f-menu a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


.footer .copyright {
    padding: 30px;
}

.footer .copyright p {
    margin: 0;
    color: #ffffff;
    font-size: 1rem;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: var(--bs-primary);
    font-weight: 500;
    letter-spacing: 1px;
}

.footer .copyright p a:hover {
    color: #ffffff;
}

@media (max-width: 768px) {

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}

/* ADDED CODE */

.footer-contact a {
    color: #fff;
    text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:active,
.footer-contact a:focus {
    color: var(--bs-primary);
}

.copyright-wrapper {
    background-color: #292929;
}

.service-gallery {
    margin: 0 30px;
}

.service .service-gallery .service-img img {
    border-radius: 0;

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/*******************************/
/****** Apartment Detail *******/
/*******************************/
.apt-detail {
    padding: 100px 0;
}

.apt-detail-title {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    margin-bottom: 14px;
    color: #000;
}

.apt-detail-note {
    font-size: 1.1rem;
    font-weight: 500;
    margin-block: 1rem;
    background-color: var(--bs-primary-bg);
    padding: 1.25rem 1.75rem;
    border-radius: 0.25rem;
}

.apt-detail-note p:last-child {
    margin: 0;
}

.apt-detail-note .note-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.apt-detail-desc {
    color: #555;
    line-height: 1.5;
}

.apt-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
    margin-top: 28px;
}

.apt-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.apt-stat-item svg {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    color: var(--bs-primary-color);
}

.apt-stat-item>div {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.apt-stat-value {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.apt-stat-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Gallery */
.apt-gallery-main {
    border-radius: 6px;
    overflow: hidden;
    line-height: 0;
}

.apt-gallery-main-link {
    display: block;
    cursor: zoom-in;
}

.apt-gallery-main-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
    transition: opacity 200ms ease-in-out;
}

.apt-gallery-thumbs {
    margin-top: 10px !important;
}

.apt-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: border-color 180ms ease-in-out, opacity 180ms ease-in-out;
}

.apt-thumb:hover {
    opacity: 0.82;
    border-color: var(--bs-primary-color);
}

.apt-thumb.active {
    border-color: var(--bs-primary-color);
    opacity: 1;
}

@media (max-width: 991.98px) {
    .apt-detail {
        padding: 40px 0;
    }

    .apt-gallery-main-img {
        height: 320px;
    }
}

@media (max-width: 575.98px) {
    .apt-gallery-main-img {
        height: 220px;
    }

    .apt-stats {
        grid-template-columns: 1fr 1fr;
        gap: 14px 12px;
    }
}