* {
    margin: 0 auto;
}



body {

    font-family: 'Jost', sans-serif;

    font-weight: 400;

    font-size: 18px;
    line-height: 1.77;
    color: #191919;
    background-color: #fff;

}

body:not(.home) {
    color: #191919;

}

p {
    color: #747474;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #8A1812;
}

strong {
    font-weight: 600;
}

h1 {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
}

h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 15px;
}

h4 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

.ml-0 {
    margin-left: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-3 {
    margin-top: 30px;
}

.pt-0 {
    padding-top: 0;
}

.pr-0 {
    padding-right: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-29 {
    padding-right: 29px;
}

.pl-29 {
    padding-left: 29px;
}

.mb-30 {
    margin-bottom: 30px;
}

.hide-desktop {
    display: none;
}

.container {

    width: 1230px;

    max-width: 100%;

}

#header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-top: 6px solid #8A1812;
    z-index: 9;
}

body:not(.home):not(.page-template-template-unternehmen) #header {
    background: #0A1320;
}

#header .top-header {
    font-size: 14px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

#header .top-header p {
    margin: 0;
    color: #fff;
}

#header .top-header p img {
    vertical-align: sub;
}

#header .top-header ul {
    justify-content: flex-end;
}

#header .top-header ul.info-nav {
    position: relative;
}

#header .top-header ul.info-nav:before {
    position: absolute;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, .2);
    height: calc(100% + 12px);
    left: 0;
    bottom: -6px;
    top: -6px;
}

#header .top-header ul li {
    margin: 0 13px;
}

#header .top-header ul li.last {
    margin-right: 0;
}

#header .main-header {
    padding: 0;
    position: relative;
}

body:not(.page-template-template-home) #header .main-header::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0a1320;
}


#header .main-header > .container {
    z-index: 2;
    position: relative;
}


#header .main-header .main-nav {
    justify-content: flex-end;
}

#header .main-header .main-nav li {
    margin: 0 19px;
    position: relative;
	padding-top: 26px;
    padding-bottom: 26px;
}

#header .main-header .main-nav li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #fff;
}

#header .main-header .main-nav li.current-menu-item a {
    font-weight: 600;
}

#header .main-header .menu-main-menu-container ul:not(.sub-menu) li:last-child {
    margin-right: 0;
}

#header .main-header .main-nav li:last-child a {
    padding: 5px 15px;
    background: #8A1812;
    display: block;
}

#header .main-header .menu-main-menu-container .sub-menu li {
    margin: 0;
}

#header .main-header .menu-main-menu-container .sub-menu li a {
    padding: 5px 15px;
    background: transparent;
}

#header .main-header .main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
    list-style: none;
    background: #0A1320;
    padding: 5px 0;
}

#header .main-header .main-nav li:hover .sub-menu {
    display: block;
    opacity: 1;
}

.logo img {
    min-height: 51px;
}

#section-banner {
    padding: 288px 0;
    background-color: #0A1320;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: center right;
    min-height: 800px;
    position: relative;
}

#section-banner::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: #0A1320BF;
}

#section-banner h1 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 62px;
    /* 129.167% */
    margin-bottom: 30px;
    text-decoration-thickness: 3px;
    text-decoration-color: #8A1812;
    text-underline-offset: 7px;
    text-decoration-line: underline;
}

#section-banner p {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

#section-call-to-action {
    margin-top: -100px;
    margin-bottom: 60px;
}

#section-call-to-action .col-box-0 {
    padding-right: 0;
}

#section-call-to-action .col-box-1 {
    padding-left: 0;
    padding-right: 0;
}

.box-call-to-action {
    background: #fff;
    transition: all 300ms ease-in-out;
}

.col-md-5.order-mb-1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 25px;
}

.col-box-0 .box-call-to-action {
    background: #E9EFF7;
}

.box-call-to-action {
    position: relative;

}

.box-call-to-action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 22px 33px 0px rgba(0, 0, 0, 0.15);
    z-index: -1;
}

.box-call-to-action .box-content {
    padding: 20px 25px 15px;
}

.box-call-to-action .box-action {
    background: #F8F8F8;
    padding: 14px 25px;
    transition: all 300ms ease-in-out;
}

.col-box-0 .box-call-to-action .box-action {
    background: #DAE1EB;
}

.box-call-to-action .box-content h3 {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.box-call-to-action .box-content .short-description {
    min-height: 75px;
}

.box-call-to-action .box-content p {
    color: #858990;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
    margin-bottom: 15px;
}

.box-call-to-action .box-action a {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.box-call-to-action .box-action a svg {
    margin-left: 8px;
    vertical-align: middle;
}

#section-intro .block-top-data {
    padding: 60px 0 40px;
}

#section-intro h4 {
    color: #191919;
    font-family: "Jost", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box-data {
    padding: 15px 0;
}

.box-data h3 {
    color: #8A1812;
    font-family: "Jost", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.box-data p {
    color: #191919;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

#section-intro .block-bottom-project {
    padding: 40px 0 140px;
}

.box-project .box-image img {
    width: 100%;
    height: 304px;
    object-fit: cover;
}

div#section-project .box-project .box-image img {
    filter: grayscale(100%);
}

.box-project-image {
    position: relative;
}

.box-project-image:before {
    content: '';
    width: 867px;
    height: 380px;
    background: #F8F8F8;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.box-project-image img {
    width: 100%;
}

.box-project-info {
    background: #0A1320;
    box-shadow: 16px 26px 30px 0px rgba(0, 0, 0, 0.20);
    padding: 40px;
    border-top: 6px solid #8A1812;
}

.box-project-info h3 {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
    margin-bottom: 10px;
}

.box-project-info p {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
    margin-bottom: 20px;
}

.box-project-info a {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.box-project-info svg {
    vertical-align: top;
    margin-right: 7px;
}

#section-project {
    padding: 80px 0;
}

.box-project {
    background: #F8F8F8;
}

.box-project .box-content {
    padding: 40px 50px;
}

.box-project .box-content .short-desc {
    /*    min-height: 124px;*/
    color: #191919;
}

.box-project .box-content h3 {
    color: #0A1320;
    margin-bottom: 20px;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
}

.btn-view-more {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.btn-view-more svg {
    margin-left: 0;
    margin-right: 12px;
	margin-top: -1px;
}

#section-wellcome .block-wellcome {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px;
    position: relative;
}

#section-wellcome .block-wellcome::before {
    content: "";
    background: #0A1320BF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#section-wellcome .block-wellcome .row {
    z-index: 2;
    position: inherit;
}

#section-wellcome .block-wellcome h3 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 48px;
    margin: 0;
}

#section-detail-project .top-info-project {
    border-top: 1px solid #B9B9B9;
    padding: 90px 0 45px;
}

#section-detail-project .top-info-project h3 {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    margin: 0;
}

strong {
    font-weight: 600;
    color: #0A1320;
}

#section-detail-project .top-info-project p {
    margin-bottom: 30px;
    color: #191919;
}

#section-detail-project .bottom-info-project {
    padding: 45px 0 145px;
}

#section-detail-project .bottom-info-project .box-info {
    background: #F8F8F8;
    padding: 28px 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#section-detail-project .bottom-info-project .box-info .icon {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    align-content: center;
}

#section-detail-project .bottom-info-project .box-info p {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
    width: calc(100% - 64px);
    padding-left: 20px;
}

#section-project-full-width {
    padding: 109px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

#section-project-full-width::before {
    content: "";
    background: #0a1320a3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#section-project-full-width div {
    z-index: 2;
}

#section-contact-info {
    padding: 125px 0;
}

.box-contact-info {
    background: #F8F8F8;
    padding: 25px 40px;
    color: #0A1320;
    width: 100%;
    height: 50%;
}

.box-contact-info.box-bg-dark {
    background: #0A1320;
    border-top: 6px solid #8A1812;
    color: #fff;
    width: 100%;
    height: 50%;
}

.box-contact-info h3 {
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
    margin-bottom: 10px;
}

.box-contact-info p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}

.btn-nordhaus {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 9px 19px;
    background: #8A1812;
    border: 1px solid #8A1812;
    border-radius: 0px;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    display: inline-block;
}

.btn-nordhaus:focus,
.btn-nordhaus:hover {
	color: #ffffff;
    background: #982923;
}

.btn-nordhaus.btn-dark {
    background: #0A1320;
    border-color: #0A1320;
}

.btn-nordhaus.btn-dark:focus,
.btn-nordhaus.btn-dark:hover {
    background: #172538;
    border-color: #172538;
    color: #FFF;
}

#section-api-project,
#section-blog {
    padding: 90px 0;
    background: #F8F8F8;
}

.top-section {
    margin-bottom: 40px;
}

.top-section h2 {
    color: #0A1320;
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
}

.top-section .btn-view-more {
    float: right;
    margin-bottom: 0;
}

.blog-item {
    background: #fff;
}

.blog-item .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-item .post-meta span.post-date {
    margin: 0;
    font-size: 16px;
}

.blog-item .post-meta a.btn-view-more {
    margin-left: 0;
    margin-right: 0;
}

.blog-item .item-image img {
    width: 100%;
	height: 209px;
    object-fit: cover;
}

.blog-item .item-content {
    padding: 15px;

}

.blog-item .item-content h3 {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 140% */
    margin-bottom: 10px;
}

.blog-item .item-content h3 a {
    color: #0A1320;
    text-decoration: none;
}

.blog-item .item-content p {
    color: #747474;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    margin-bottom: 0px;
    min-height: 104px;
}

#section-seo {
    padding: 110px 0;
}

.block-seo {
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position: bottom right;
}

.box-content-seo {
    padding: 45px;
    background: #F8F8F8;
}

.box-content-seo h3 {
    color: #0A1320;
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
}

.box-content-seo p {
    color: #0A1320;
    margin-bottom: 0;
}

#section-contact {
    padding: 39px 0;
    background: #0A1320;
    border-top: 6px solid #8A1812;
    color: #fff;
}

#section-contact h3 {
    color: #fff;
    margin-bottom: 8px;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
}

#section-contact p {
    color: #fff;
    margin-bottom: 0;
}

#section-bottom-seo {
    padding: 110px 0;
}

#section-bottom-seo h3 {
    color: #0A1320;
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 150% */
}

#section-bottom-seo p {
    color: #747474;
    margin-bottom: 0;
}

#footer {
    background: #0A1320;
    border-top: 6px solid #8A1812;
}

#footer .top-footer {
    padding: 55px 0;
}

#footer .bottom-footer {
    padding: 30px 0 14px;
}

#footer .top-footer .nav li a {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.8px;
    text-decoration: none;
}

#footer .top-footer .nav li {
    margin-bottom: 20px;
    margin-left: 0;
}

#footer .top-footer .nav li:last-child {
    margin-bottom: 0;
}

#footer .top-footer p {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}

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

#footer .top-footer p svg {
    margin-right: 12px;
}

#footer .top-footer .nav.list-social {
    margin-top: 36px;
}

#footer .top-footer .nav.list-social li {
    margin-right: 20px;
}

#footer .bottom-footer p {
    margin: 0;
    color: #6F7886;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 214.286% */
}

#footer .bottom-footer ul {
    float: right;
}

#footer .bottom-footer ul li {
    margin-right: 0;
    margin-left: 44px;
}

#footer .bottom-footer ul li a {
    color: #6F7886;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
}

/*.list-api-project{
    margin: 0 -30px;
}*/

.placeholder-slide-child {
    background: url(/wp-content/themes/nordhaus/images/slider-placeholder-2.png);
    background-size: contain;
    background-color: #ffffff;
    background-repeat: no-repeat;
}

.block-api-project {
    position: relative;
}

.block-api-project:not(:has(.item-api-project)) {
    background-image: url(/wp-content/themes/nordhaus/images/slider-placeholder.png);
    height: 385px;
    background-size: contain;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	background-repeat: no-repeat;
    background-position: center;
	max-height: 32vw;
}

.block-api-project:not(:has(.item-api-project)) .list-api-project,
.block-api-project .no-slider {
    display: none;
}

.block-api-project:not(:has(.item-api-project)) .no-slider {
    display: block;
    text-align: center;
}

.block-api-project .prev-btn {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    outline: none !important;
    background: transparent;
    cursor: pointer;
    border: none;
    display: none;
}

.block-api-project .prev-btn img {
    transform: rotate(-180deg);
}

.block-api-project .next-btn {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    outline: none !important;
    background: transparent;
    cursor: pointer;
    border: none;
    width: 83px;
    height: 83px;
    background: #0A132099 url('../images/icon-next.svg') no-repeat center center;
    border-radius: 50%;
}

#section-api-project {
    overflow: hidden;
}


.block-api-project .item-api-project {
    opacity: 0;
    transition: opacity 500ms linear;
}

.list-api-project .slick-track {
    padding: 0 0 20px;
}

.list-api-project .slick-list {
    width: 115%;
    overflow: unset;
}

.block-api-project .item-api-project.slick-active {
    opacity: 1;
	transition: none;
}

.item-api-project.slick-active~.item-api-project.slick-active~.item-api-project.slick-active~.item-api-project.slick-active {
    opacity: .5;
    transition: opacity 300ms ease-in-out;
    pointer-events: none;
}

.list-api-project .slick-prev,
.list-api-project .slick-next {
    display: none !important;
}

.item-api-project {
    /*background: #FFF;
    box-shadow: 0px 23px 30px 0px rgba(0, 0, 0, 0.15);
    margin: 10px;*/
    padding: 0 20px 0 0;
}

.item-api-project .inner-item-api-project {
    background: #FFF;
    /*    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);*/
    box-shadow: 0px 23px 30px 0px #00000026;

}

.page-template-template-immobilienangebote .item-api-project .image {
    position: relative;
    min-height: 240px;
}

.page-template-template-immobilienangebote .item-api-project .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.item-api-project .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    object-position: center;
}

.item-api-project .content {
    padding: 15px 15px 15px 15px;
}

.item-api-project .content h3 {
    color: #0A1320;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
    /*    white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 44px;
}

.item-api-project .content h3 a {
    color: #0A1320;
}

.item-api-project .project-location {
    align-items: center;
    margin-bottom: 17px;
}

.project-location li,
.item-api-project .project-location li {
    margin-left: 0;
    margin-right: 17px;
}

.project-location li:last-child,
.item-api-project .project-location li:last-child {
    margin-right: auto;
}

.item-api-project .project-location li p {
    color: #191919;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
}

.item-api-project .project-location li p svg {
    margin-right: 6px;
}

.item-api-project .project-location li span {
    display: inline-block;
    color: #65755D;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    /* 158.333% */
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 24px;
    background: #CCE5C0;
}

.item-api-project .content .head-content .status {
    margin-bottom: 12px;
    line-height: 1;
}

.item-api-project .content .head-content .status span {
    display: inline-block;
    color: #65755D;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 24px;
    background: #CCE5C0;
}

.item-api-project .project-info li {
    margin-left: 0;
    margin-right: 20px;
}

.item-api-project .project-info li:last-child {
    margin-right: 0;
}

.item-api-project .project-info li h4 {
    color: #191919;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    /* 118.75% */
    margin: 0;
}

.list-property .item-api-project .project-info li h4 {
	font-weight: 400;
}

.item-api-project .project-info li p {
    font-family: "Jost", sans-serif;
    color: #191919;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
    margin-bottom: 3px;
}

.slide-price-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	gap: 20px;
	margin-bottom: 9px;
}

.slide-price-container p,
.item-api-project .content .head-content .slide-price-container p.status {
    margin: 0;
}

#section-banner-second-page {
    /*padding: 220px 0 130px;*/
    padding: 200px 0 110px;
    background-color: #0A1320;
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: center right;
    min-height: 460px;
}

.banner-second-page h1 {
    color: #fff;
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 62px;
    /* 129.167% */
    margin-bottom: 15px;
}

.banner-second-page p {
    color: #FFF;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.page-template-template-immobilienvermittlung .banner-second-page h1 {
    margin-bottom: 35px;
}

.page-template-template-immobilienvermittlung .banner-second-page h3 {
    color: #fff;
}

.section-second-page {
    padding: 90px 0;
}

.left-contact-info .top-contact-desc p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 50px;
    color: #191919;
}

.bottom-contact-desc p {
    color: #191919;
}

.left-contact-info .box-info-contact {
    margin-bottom: 30px;
    max-width: 375px;
    margin-left: 0;
}

.left-contact-info .box-info-contact h3 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 5px;
}

.left-contact-info .box-info-contact .info-row {
    display: flex;
    justify-content: space-between;
}

.left-contact-info .box-info-contact .info-row p {
    margin-bottom: 0;
}

.left-contact-info .box-info-contact .info-row p.opt-day {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-left: 0;
}

.left-contact-info .box-info-contact .info-row p.opt-hour {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-right: 0;
}

.page-template-template-contact .left-contact-info .box-info-contact .info-row p {
    color: #191919;
}

.box-info-contact ul {
    list-style: none;
}

.text-right {
    text-align: right;
}

.box-info-contact ul li {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 6px;
}

.box-info-contact ul li a {
    color: #191919;
    margin-left: 0;
}

.box-info-contact ul li span {
    margin-left: 0;
	word-break: break-word;
}

.box-info-contact ul li img {
    vertical-align: middle;
    margin-right: 12px;
    margin-left: 0;
}

.wpcf7-form-control-wrap {
    display: block;
}

select.wpcf7-form-control.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/10/arrow_down.svg);
    background-size: 1em auto;
    background-repeat: no-repeat;
    background-position: calc(100% - 6px) center;
}

.wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-submit):not(.wpcf7-acceptance) {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 12px;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #191919;
    border: 1px solid #DDDDDD;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    min-height: 56px;
    display: block;
    background-color: #ffffff;
}

.wpcf7-form-control.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    gap: 10px;
    color: #0A1320;
}

.wpcf7-form-control.wpcf7-acceptance a {
    color: #8A1812;
    text-decoration: underline;
}

.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    margin-top: 5px;
}

.wpcf7-form-control.wpcf7-textarea {
    max-height: 149px;
    resize: none;
}

.wpcf7-form .middle-text {
    font-family: "Jost", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
    padding-bottom: 12px;

}

.wpcf7-form .bottom-text p {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #878787;
}

.wpcf7-form .bottom-text.text-center p {
    text-align: center;
}

.wpcf7-form .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 14px;
}

.wpcf7-form .row .col-sm-8,
.wpcf7-form .row .col-sm-6:first-child {
    padding-right: 8px;
}

.wpcf7-form .row .col-sm-4,
.wpcf7-form .row .col-sm-6:last-child {
    padding-left: 8px;
}

.wpcf7-form-control.wpcf7-submit {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    padding: 7px 15px;
    background: #8A1812;
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    color: #fff;
}

.form-contact .wpcf7 {
    padding: 40px 40px 16px;
    background: #F8F8F8;
}

.form-contact .wpcf7-spinner {
    position: absolute;
}

.leistungen-sub-menu:hover {
    cursor: pointer;
}

div#section-sub-navigation {
	position: absolute;
    width: 100%;
    background: #f8f8f8;
    left: 0;
    top: 85px;
    z-index: -1;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(-100%);
}

div#section-sub-navigation.show,
div#section-sub-navigation.sub-navigation-show {
	transform: translateY(0);
    opacity: 1;
}

.page-template-template-immobilienvermittlung div#section-sub-navigation {
    background: #1d2631;
}

.page-template-template-immobilienvermittlung div#section-sub-navigation a {
    color: #fff;
}

.page-template-template-immobilienvermittlung  div#section-sub-navigation a:hover,
.page-template-template-immobilienvermittlung  div#section-sub-navigation a:focus {
    color: #333;
}

.mietverwaltung-menu.active,
.immobilienvermittlung-menu.active {
    border-color: #8A1812;
}

.immobilienvermittlung-menu.active {
    background: #29313c;
    font-weight: 500;
}

.mietverwaltung-menu.active {
    background: #f1f1f1;
    font-weight: 500;
}


#section-navigation {
    padding: 120px 0 0;
    background: #F8F8F8;

}

#section-navigation.section-sub-menu {
    display: none;
    padding-top: 0;
    margin-top: 17px;
    margin-bottom: -17px;
}

#section-navigation.section-sub-menu.show {
    display: block;
}

.scroll-nav li {
    margin: 0;
}

.scroll-nav li a {
    /*min-width: 153px;*/
    padding: 0 22px;
    border-bottom: 2px solid transparent;
    height: 50px;
    display: flex;
    background: transparent;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    letter-spacing: 0.05em;
    text-align: left;
    justify-content: center;
    align-items: center;
    color: #0A1320;
}

.scroll-nav li a.current-page,
.scroll-nav li a:hover,
.scroll-nav li a:focus {
    border-color: #8A1812;
    background: #F1F1F1;
}

.section-dark#section-navigation .scroll-nav li a.current-page {
    background: #29313c;
}

#section-top-page {
    padding-top: 60px;
    padding-bottom: 0;
}

#section-top-page h1 {
    margin-bottom: 80px;
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
}

#section-top-page h5 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
}

#section-top-page .bottom-banner {
    padding-top: 60px;

}

.box-story p,
#section-top-page p {
    color: #191919;
}

.page-template-template-mieterservice .left-contact-info .box-info-contact {
    max-width: 100%;
}

.page-template-template-mieterservice #section-top-page .bottom-banner img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}

#section-text-with-image {
    padding: 150px 0;
    background-size: 53% auto;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #F8F8F8;
}

#section-text-with-image h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    padding-right: 25px;
    margin-bottom: 0;
}

#section-faq {
    padding: 130px 0;
}

#section-faq h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
}

.top-faq {
    margin-bottom: 30px;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #dbdbdb;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: #dbdbdb;
}

.accordion-button {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    outline: none;
    /*border-bottom: 1px solid #dbdbdb;*/
    box-shadow: none !important;
}

.accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.accordion-body p:last-child {
    /*margin-bottom: 0;*/
}

.accordion-button:not(.collapsed)::after {
    width: 22px;
    height: 22px;
    background: url(../images/icon-minus.svg) no-repeat center center;
}

.accordion-button::after {
    width: 22px;
    height: 22px;
    background: url(../images/icon-union.svg) no-repeat center center;
}

#section-download {
    padding: 0;
}

#section-download .inner-section-download {
    padding: 40px 0;
    background: #F8F8F8;
}

.list-download {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.list-download li {
    margin: 0;
}

.list-download li a {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #0A1320;
    text-decoration: none;
    display: block;
    padding: 10px;
    background: #fff;
    border: 1px solid #BFBFBF;
}

#section-api-project.section-second-page {
    background: transparent;
}

#section-search {
    padding-bottom: 0;
    padding-top: 0;
}

#section-api-project ul.nav.project-info,
.modal-body ul.nav.project-info {
    flex-direction: row;
    flex-wrap: nowrap;
}

#section-api-project ul.nav.project-info li p,
.modal-body .item-api-project .project-info li p {
    font-size: 14px;
    font-weight: 400;
}

/*.page-template-template-mieterservice #section-search{
    padding-bottom: 46px;
}*/
.upload-text h4 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin-bottom: 0;
}

.upload-text p {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    text-align: center;
}

.block-text-with-button {
    padding: 40px;
    background: #0A1320;
    color: #fff;
    margin: 10px 0 70px;
}

.block-text-with-button p {
    margin: 0;
    color: #fff;
}

.block-text-with-button .text-right {
    text-align: right;
}

#section-three-cols {
    padding: 0;
    border-bottom: 1px solid #DBDBDB;
}

#section-three-cols .box-icon-with-text {
    padding: 80px 20px;
}

#section-three-cols .box-icon-with-text .icon {
    /*width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    */
    min-height: 49px;
    margin-bottom: 25px;
    margin-left: 0;
}

#section-three-cols .box-icon-with-text h3 {
    margin-bottom: 20px;
}

#section-three-cols .col-middle {
    border-left: 1px solid #DBDBDB;
    border-right: 1px solid #DBDBDB;
}

.outner-section-text-with-image {
    background-color: #F8F8F8;
    overflow: hidden;
}

#section-text-with-image.section-bg-bottom-right {
    background-size: auto;
    background-position: bottom right;
    background-color: #F8F8F8;
    padding: 130px 0;
    max-width: 1920px;
    position: relative;
}

#section-text-with-image.section-bg-bottom-right:after {
    content: '';
    position: absolute;
    width: 1023px;
    height: 100%;
    background: url(../images/portal-bild.jpg);
    bottom: -8px;
    left: 53%;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    z-index: 1;
}

#section-text-with-image.section-bg-bottom-right h3 {
    margin-bottom: 30px;
}

#section-text-with-image.section-bg-bottom-right p:last-child {
    margin-bottom: 0;
}

.page-template-template-mietverwaltung #section-bg-top {
    background-position: center center;
    padding-top: 260px;
}

.page-template-template-mietverwaltung #section-bg-top > .container {
    margin-bottom: -105px;
}

.page-template-template-mietverwaltung #section-contact-info {
    padding-top: 210px;
}

#section-bg-top {
    padding: 240px 0 25px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
}

#section-bg-top .box-bg-dark {
    padding: 65px;
    color: #fff;
    border-top: 6px solid #8A1812;
    background: #0A1320;
    box-shadow: 0px 21px 45px 0px #00000059;
}

.box-bg-dark h3 {
    margin-bottom: 0;
}

.box-story {
    margin-top: 30px;
}

.box-story h4 {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-template-template-mietverwaltung .box-story h4 {
    font-weight: 500;
}

.box-story h4 span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-block;
    background: #0A1320;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 7px;
    margin-left: 0;
    min-width: 46px;
}

.box-story h4 img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin-right: 12px;
    margin-left: 0;
}

#section-banner-full-width {
    padding: 220px 0 130px;
    background-color: #0A1320;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    min-height: 620px;
    position: relative;
}

#section-banner-full-width:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/blue-overlay.png) no-repeat;
    background-size: cover;
}

#section-banner-full-width .container {
    z-index: 2;
    position: relative;
}

#section-info-project.section-second-page {
    padding: 0 0 120px;
}

#section-info-project .inner-section-info-project {
    padding: 230px 40px 30px;
    /*background: url(../images/img-hamburg.png) no-repeat center center;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#section-blogs .blog-item {
    background: #F8F8F8;
}

#section-blogs .blog-item .item-content {
    padding: 15px 18px 50px 18px;
    position: relative;
	height: calc(100% - 209px);
}

.col-post-item {
    margin-bottom: 30px;
    margin-left: 0;
}

#section-blogs .blog-item {
    height: 100%;
}

#section-blogs .blog-item .item-image img {
    height: 209px;
    object-fit: cover;
    width: 100%;
}

#section-blogs .blog-item .item-content .short-content {
    color: #747474;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    min-height: unset;
    margin-bottom: 15px;
}

#section-blogs .blog-item .item-content .short-content p {
    min-height: unset;
}

#section-blogs .blog-item .item-content .row {
    align-items: center;
    position: absolute;
    width: calc(100% - 36px);
    bottom: 15px;
    left: 28px;
}

#section-blogs .blog-item .item-content .row .col {
	padding: 0;
}

#section-blogs .blog-item .item-content .post-date {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #191919;
    margin: 0;
    min-height: unset;
}

#section-blogs .blog-item .item-content .post-read-more {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    color: #0A1320;
}

#section-detail-post {
    padding-top: 155px;
    padding-bottom: 90px;
}

.single-post .single-post-image {
    margin-bottom: 80px;
}

.single-post .single-post-image img {
    width: 100%;
    height: 312px;
    object-fit: cover;
    object-position: center center;
}

.single-post h1 {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
    margin-bottom: 0px;
}

.single-post .head-content {
    margin-bottom: 40px;
}

.single-post .post-single-content {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.single-post .post-single-content ul {
    padding-left: 20px;
}

#section-two-cols .box-icon-with-text {
    padding: 27px 65px;
}

#section-two-cols .box-icon-with-text h4 {

    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
}

#section-one-image {
    padding: 40px 0 30px;
}

#section-one-image img {
    max-height: 370px;
    object-fit: cover;
    width: 100%;
}

.block-inner-section {
    padding: 130px 0;
}

.jobs-item {
    padding: 16px;
    background: #fff;
    box-shadow: 0px 14px 18px 0px #00000029;
    margin-bottom: 25px;
}

.jobs-item h3 {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    color: #0A1320;
    margin: 0;
}

.jobs-item .btn-view-more {
    float: right;
}

.jobs-item h3 a {
    color: #0A1320;
}

.list-jobs-info {
    list-style: none;
    margin-top: 10px;
}

.list-jobs-info li {
    display: inline-block;
    margin-right: 16px;
}

.list-jobs-info li:last-child {
    margin-right: 0;
}

.list-jobs-info li p {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #191919;

}

.list-jobs-info li p img {
    margin-right: 8px;
}

.block-application {
    padding: 16px;
    background: #fff;
    box-shadow: 0px 14px 18px 0px #00000029;
    margin-top: 65px;
}

.block-application p,
.block-application h3 {
    margin: 0;
}

.block-application .btn-nordhaus {
    float: right;
}

#section-detail-jobs {
    padding: 180px 0 90px;
}

#section-detail-jobs .jobs-head {
    margin-bottom: 60px;
}

.jobs-head h1 {
    font-family: "Jost", sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    text-align: left;
    margin-bottom: 30px;
}

.jobs-head .list-jobs-info li {
    min-width: 120px;
}

.jobs-option-content .block-jobs-option {
    margin-bottom: 60px;
}

.jobs-option-content .block-jobs-option:last-child {
    margin-bottom: 0;
}

.block-jobs-option ul {
    list-style-image: url(../images/list-check.png);
    padding-left: 25px;
    line-height: 2;
}

.jobs-head .bottom-social-in-jobs {
    display: none;
}

.bottom-social-in-jobs {
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
    /*	justify-content: center;*/
    gap: 20px;
}

.bottom-social-in-jobs h4 {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    color: #191919;
    margin: 0;
}

.bottom-social-in-jobs ul {
    display: flex;
    gap: 17px;
    list-style: none;
}

#section-list-property {
    padding: 180px 0 90px;
}

#section-list-property .header-title {
    margin-bottom: 50px;
}

.list-property .item-api-project {
    padding: 0;
    margin-bottom: 50px;

}

.list-property .item-api-project:last-child {
    margin-bottom: 0;
}

.list-property .item-api-project .inner-item-api-project {
    display: flex;
    flex-wrap: wrap;
    background: #F8F8F8;
    transition: all .3s ease-in-out;
    box-shadow: none;
    min-height: 310px;
}

.list-property .item-api-project .inner-item-api-project:hover {
    box-shadow: 0px 22px 20px 0px #00000026;
}

.list-property .item-api-project .inner-item-api-project:hover h3 {
    text-decoration: underline;
    text-decoration-color: #8A1812;
}

.list-property .item-api-project .inner-item-api-project .image {
    flex: 0 1 40%;
    width: 40%;
}

.list-property .item-api-project .inner-item-api-project .content {
    flex: 0 1 60%;
    width: 60%;
}

.list-property .item-api-project .inner-item-api-project .content .head-content {
    display: flex;
}

.list-property .item-api-project .inner-item-api-project .content h3 {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: left;
    width: 100%;
}

.list-property .item-api-project .inner-item-api-project .content .head-content .status {
    margin: 0;
    flex: 0 1 125px;
    min-width: 125px;
}

.list-property .item-api-project .inner-item-api-project .content .head-content .status span {
    display: inline-block;
    color: #65755D;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 24px;
    background: #CCE5C0;
}

.list-property .item-api-project .price {
    font-family: "Jost";
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    margin: 30px 0 45px 0;
    color: #191919;
}

.box-filter {
    margin-bottom: 25px;
}

.box-filter p {
    margin-bottom: 8px;
}

.form-check-input[type=checkbox] {
    border-radius: 0;
    border: none;
    background-color: #EDEDED;
}

#section-detail-property {
    padding: 120px 0 60px;
}

#section-detail-property .left-gallery-property {
    padding-left: 0;
}

#section-detail-property .right-content-property {
    padding-left: 60px;
}

#section-detail-property .right-content-property .block-content-property h1,
#section-detail-property .right-content-property .block-content-property ul.nav.project-location p {
    margin-bottom: 20px;
}

#section-detail-property .right-content-property .block-content-property .property-price {
    margin-bottom: 50px;
}

#section-detail-property .right-content-property .block-content-property table {
    width: 100%;
    margin-bottom: 45px;
}

#section-detail-property .right-content-property .block-content-property table td {
    padding-bottom: 10px;
    padding-top: 10px;
}

#section-detail-property .right-content-property .block-content-property table tr:not(:last-child) td {
    border-bottom: 1px solid #EDEDED;
}

#section-detail-property .right-content-property .block-content-property {
    padding-bottom: 75px;
}

#section-detail-property .right-content-property .block-extra-content-property {
    padding: 75px 0 70px 0;
}

div#section-404 {
    margin-top: 129px;
    height: calc(100vh - 560px);
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#section-404 h2 {
    margin-bottom: 20px;
    font-weight: 400;
}

div#section-404 p {
    max-width: 660px;
    font-weight: 300;
	margin-bottom: 35px;
}



@media only screen and (min-width: 992px) {
    #section-detail-property .left-gallery-property {
        position: sticky !important;
        top: 0px !important;
        align-self: flex-start;
    }
}

.right-content-property {
    padding: 30px;
}

.inner-right-content-property {
    max-width: 650px;
    margin: 0;
}

.inner-right-content-property .block-extra-content-property p, .inner-right-content-property .block-extra-content-property {
    color: rgba(25, 25, 25, 1);
}

.inner-right-content-property .block-extra-content-property h3 {
    color: rgba(10, 19, 32, 1);
}

.property-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.property-price .price {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    display: inline-block;
    margin: 0 30px 0 0;
}

.property-price .status {
    display: inline-block;
    margin: 0;
}

.property-price .status span {
    display: block;
    color: #65755D;
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 24px;
    background: #CCE5C0;
}

.inner-right-content-property .project-info {
    gap: 30px;
    margin: 40px 0;
}

.inner-right-content-property .project-info li {
    margin: 0;
    display: flex;
    align-items: center;
}

.inner-right-content-property .project-info li .icon {
    width: 45px;
    margin-right: 15px;
}

.inner-right-content-property .project-info li .icon img {
    width: 45px;
    height: 45px;
}

.inner-right-content-property .project-info li .content h4 {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    margin: 0;
}

.inner-right-content-property .project-info li .content p {
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin: 0;
}

.inner-right-content-property .block-buttons-property {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
}

.inner-right-content-property .block-buttons-property * {
    margin: 0;
}

.inner-right-content-property .block-buttons-property .bottom-social-in-jobs {
    padding: 0 0 0 15px;
}

.block-content-property {
    padding-bottom: 35px;
}

.block-content-property p {
    color: #191919;
}

.block-extra-content-property {
    padding: 80px 0;
    border-top: 1px solid #E2E2E2;
}

.block-extra-content-property h3 {
    font-family: "Jost", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    margin-bottom: 30px;
}

.block-extra-content-property ul {
    padding-left: 25px;
}

.block-extra-content-property ul li {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 42px;
    text-align: left;
    color: #8A1812;
}

.block-extra-content-property ul li p {
    color: #000;
    margin: 0;
}

.block-extra-content-property hr {
    background-color: transparent;
    margin: 2.5rem 0;
}

.property-breadcrumds {
    margin-bottom: 30px;
}

.property-breadcrumds p {
    margin: 0;
}

.property-breadcrumds a {
    color: #191919;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.property-breadcrumds a img {
    margin: 0 10px 0 0;
}

#section-jobs {
    background: #F8F8F8;
}

.wpcf7-form p {
    color: #191919;
}

.wpcf7-form-control.wpcf7-file {
    border: 2px dashed #969696 !important;
    padding: 55px 30px !important;
}

.block-sticky-property h4 {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 23.12px;
    text-align: left;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-sticky-property p {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.23px;
    text-align: left;

}

.block-sticky-property .btn-nordhaus {
    padding: 7px 15px;
}

#section-sticky-property {
	background: linear-gradient(to left, #F8F8F8 50%, #0A1320 50%);
    padding: 16px 0;
    opacity: 1;
    position: sticky;
    top: 0;
    transition: all 0.5s;
    z-index: 999;
    transform: translateY(-100%);
    margin-top: -75px;
}

#section-sticky-property.sticky {
    transform: translateY(0);
}

.left-gallery-property.sticky .item {
    position: sticky;
    top: 76px;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}

.btn-mobile-menu {
    float: right;
    display: none;
}

.btn-mobile-menu .icon-close {
    display: none;
}

.btn-mobile-menu.open .icon-close {
    display: block;
}

.btn-mobile-menu.open .icon-open {
    display: none;
}

.cs-bg-overlay {
    position: fixed;
    /*    background: rgba(0, 0, 0, .5);*/
    background: #0A1320;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.cs-bg-overlay.show {
    opacity: 1;
    z-index: 5;
}

body:has(.show-mobile-menu) {
    overflow: hidden !important;
}

.sticky-menu-dropdown {
    text-align: center;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #0A1320;
    padding-bottom: 20px;
    padding-top: 35px;
    text-align: left;
}

.sticky-menu-dropdown ul {
    list-style: none;
}

.sticky-menu-dropdown .sub-menu {
    display: block !important;
}

.sticky-menu-dropdown li#menu-item-388 > a {
    pointer-events: none !important;
}

.sticky-menu-dropdown .menu-main-menu-container {
    display: block;
    margin-bottom: 10px;
}

.sticky-menu-dropdown ul.main-menu li {
    display: block;
    margin: 0;
}

.sticky-menu-dropdown ul.main-menu li a {
    font-size: 22px;
    line-height: 36px;
    background: transparent;
    display: block;
    padding: 15px 0;
}

.sticky-menu-dropdown ul.main-menu li a:hover,
.sticky-menu-dropdown ul.main-menu li a:focus {
    /*    background: #FDC422;*/
    color: #fff;
}

.sticky-menu-dropdown ul.main-menu li a:after {
    display: none;
}

.sticky-menu-dropdown ul.main-menu .sub-menu {
    display: none;
}

.sticky-menu-dropdown ul.main-menu .sub-menu li a {
    font-size: 20px;
    line-height: 40px;
    padding: 6px 0 6px 30px;
    position: relative;
    display: block;
}

.sticky-menu-dropdown ul.main-menu .sub-menu li a:before {
    content: '';
    width: 20px;
    height: 0.8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #8A1812;
}

.form-contact .wpcf7-spinner {
    position: static;
    display: block;
}

.post-single-content a {
    color: #8A1812;
}

.block-seo-mobile {
    display: none;
}

.block-blog-mobile {
    display: none;
}

.head-filter .icon-filter {
    display: none;
}

.row-backtotop {
    padding-top: 45px;
    text-align: right;
}

.btn-backtotop {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 23.12px;
    text-align: left;
    color: #0A1320;
}

.inner-right-content-property .block-buttons-property .col-buttons {
    display: flex;
    gap: 10px;
}

#section-content-second-page {
    padding: 190px 0 70px;
}

.content-page-area ul {
    padding-left: 20px;
}

.content-page-area a {
    color: #8A1812;

}

.content-page-area h2 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 15px;
}

.content-page-area h2 strong,
.content-page-area h3 strong {
    font-weight: 400;
}

.content-page-area h3 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 15px;
}

.codedropz-upload-inner span,
.codedropz-upload-handler .dnd-upload-counter,
.codedropz-upload-inner div:not(.codedropz-btn-wrap) {
    display: none;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    color: #0A1320;
}

.section-dark#section-navigation {
    background: #1d2631;
}

.section-dark#section-navigation .scroll-nav li a {
    color: #fff;
}

.section-dark#section-navigation .scroll-nav li a:hover,
.section-dark#section-navigation .scroll-nav li a:focus {
    background: #29313c;
}

.page-template-template-immobilienvermittlung #section-banner-second-page {
    padding: 75px 0 495px;
}

.page-template-template-immobilienvermittlung #section-call-to-action {
    margin-top: -450px;
    margin-bottom: 0;
}

#section-call-to-action .box-project .box-content {
    padding: 35px 40px;
}

#section-call-to-action .box-project .box-content h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
}

#section-call-to-action .box-project .box-image img {
    height: 282px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

#section-tabs-with-content {
    background: #F8F8F8;
    padding: 45px 0;
}

#section-tabs-with-content .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
}

#section-tabs-with-content .nav-tabs .nav-link img {
    margin-bottom: 16px;
}

#section-tabs-with-content .nav-tabs {
    border-bottom: none;
}

#section-tabs-with-content .nav-tabs .nav-item {
    width: 33.33%;
}

.nav-tabs .nav-item .nav-link,
.nav-tabs .nav-link {
    border-top: 5px solid transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding: 28px 7px;
    transition: all 300ms ease-in-out;
    color: #0A1320;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;

}

.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-link:hover {
    background: #fff;
}

.nav-tabs .nav-item.show .nav-link:hover,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #0A1320;
    border-color: #8A1812;
    box-shadow: 0px 14px 20px 0px #00000033;
    color: #fff;
}

.nav-tabs .nav-item .nav-link .icon-hover,
.nav-tabs .nav-link .icon-hover {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.nav-tabs .nav-item .nav-link:hover .icon-hover {
    display: block;
    opacity: 1;
}

.nav-tabs .nav-item .nav-link .icon-active,
.nav-tabs .nav-link .icon-active {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.nav-tabs .nav-item .nav-link .icon-deactive,
.nav-tabs .nav-link .icon-deactive {
    display: block;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
}

.nav-tabs .nav-item.show .nav-link:hover .icon-deactive,
.nav-tabs .nav-link:hover .icon-deactive {
    display: none;
    opacity: 0;
}

.nav-tabs .nav-item.show .nav-link:hover .icon-active,
.nav-tabs .nav-link.active:hover .icon-active,
.nav-tabs .nav-item.show .nav-link .icon-active,
.nav-tabs .nav-link.active .icon-active {
    display: block;
    opacity: 1;
}

.nav-tabs .nav-item.show .nav-link:hover .icon-hover,
.nav-tabs .nav-link.active:hover .icon-hover,
.nav-tabs .nav-item.show .nav-link .icon-hover,
.nav-tabs .nav-link.active .icon-hover,
.nav-tabs .nav-item.show .nav-link:hover .icon-deactive,
.nav-tabs .nav-link.active:hover .icon-deactive,
.nav-tabs .nav-item.show .nav-link .icon-deactive,
.nav-tabs .nav-link.active .icon-deactive {
    display: none;
    opacity: 0;
}

.inner-content-tab {
    text-align: center;
}

.inner-content-tab img {
    margin-bottom: 60px;
}

.inner-content-tab h4 {
    font-family: "Jost", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin-bottom: 20px;
}

.immobilienvermittlung-tabs div#myTabContent .inner-content-tab,
.immobilienvermittlung-tabs div#myTabContent .inner-content-tab h4 {
    text-align: left;
}

.immobilienvermittlung-tabs div#myTabContent .inner-content-tab img {
    margin-bottom: 35px;
}

.immobilienvermittlung-tabs .col-md-6.pl-29 {
    display: flex;
    align-items: center;
    padding-left: 80px;
}

#section-commercial {
    padding: 145px 0;
}

#section-commercial .top-commercial {
    margin-bottom: 90px;
}

.list-commercial .item-commercial {
    position: relative;
    height: 348px;
}

.list-commercial .item-commercial img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.list-commercial .item-commercial span {
    display: block;
    padding: 19px 30px 20px;
    background: rgb(10 19 32 / 80%);
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    border-top: 4px solid #8A1812;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
}

#section-map {
    color: #fff;
    border-top: 6px solid #8A1812;
    padding: 0;
    background: #0A1320;
}

#section-map .img-map {
    /*height: 641px;
    width: 100%;
    object-fit: cover;
    object-position: center;*/
}

#section-immobiliensuche h3,
#section-map h3 {
    margin-bottom: 35px;
}

#section-immobiliensuche h4,
#section-map h4 {
    margin-bottom: 20px;
}

#section-immobiliensuche p,
#section-map p {
    margin-bottom: 0;
}

#section-map .row-btn {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    gap: 45px;
}

#section-map .row-btn .btn-view-more {
    color: #fff;
    margin: 0;
}

.btn-view-more img {
    margin-right: 8px;
}

#section-immobiliensuche {
    padding: 144px 0;
}

#section-immobiliensuche .row-btn {
    margin-top: 40px;
}

.tabs-on-mobile {
    display: none;
}

.slider-content .slick-prev,
.slider-content .slick-next {
    display: none !important;
}

.wpcf7-spinner {
    position: absolute !important;
}

.modal-content {
    border-radius: 0;
}

.modal-title {
    width: 100%;
    text-align: center;
}

.modal-title.text-left {
    text-align: left;
}

.modal-header {
    width: 100%;
    border: none;
    padding: 19px 30px 5px;
}

.modal-body {
    width: 100%;
    padding: 30px;
}

.modal-dialog .wpcf7 {
    width: 530px;
    max-width: 100%;
    background: #fff;
    padding: 0;
}

#ExposeModal .modal-dialog .wpcf7,
#MarketpriceModal .modal-dialog .wpcf7 {
    background: transparent;
}

.modal-dialog .head-text {
    width: 650px;
    max-width: 100%;
    margin-bottom: 50px;
    color: #191919;
}

.modal-content.modal-content-two-col .col-right p {
    color: #191919;
}

.btn-close {
    position: absolute;
    right: 23px;
    top: 23px;
    outline: none !important;
    box-shadow: none !important;
    font-size: 26px;
    margin: 0;
    padding: 0;
}

.modal-dialog {
    max-width: 740px;
}

.modal-lg {
    max-width: 860px;
}

.modal-xl {
    max-width: 1070px;
}

.modal-body .list-property .item-api-project .inner-item-api-project .image {
    width: 40%;
}

.modal-body .list-property .item-api-project .inner-item-api-project .content h3 {
    font-size: 20px;
    line-height: 22px;
}

.modal-body .list-property .item-api-project .inner-item-api-project .content {
    width: 60%;
}

.modal-body .list-property .item-api-project:last-child {
    margin-bottom: 30px;
}

.modal-content.modal-content-two-col {
    background: linear-gradient(to left, #FFF 50%, #F8F8F8 50%);
}

.modal-dialog .modal-content.modal-content-two-col .wpcf7 {
    padding: 0;
}

.modal-content.modal-content-two-col .col-left {
    padding-right: 30px;
}

.modal-content.modal-content-two-col .col-right {
    padding-left: 30px;
}

.custom-header-modal {
    margin-bottom: 30px;
    position: relative;
}

.custom-header-modal h3 {
    margin-bottom: 0;
    line-height: 1;
}

.custom-header-modal .btn-close {
    top: 0;
    right: 0;
}

.modal-content .box-info-contact ul li {
    font-size: 16px;
}

.modal-content .box-info-contact ul li img {
    width: 18px;
    margin-right: 8px;
}

.modal-content .block-text {
    margin-bottom: 35px;
}

.modal-content .block-text:last-child {
    margin-bottom: 0;
}

.modal-content .block-text h4 {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    justify-content: flex-start;
}

.modal-content .block-text h4 img {
    margin-right: 12px;
    margin-left: 0;
}

.modal-body .item-api-project .content {
    padding: 20px 20px 15px 20px;
}

.modal-body .list-property .item-api-project .inner-item-api-project {
    min-height: 196px;
}

.modal-body .item-api-project .image img {
    height: 100%;
    max-height: 196px;
}

.modal-body .item-api-project .project-location {
    margin-bottom: 30px;
}

.jobs-template-default .codedropz-upload-container {
    padding: 15px 20px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpcf7-select option {
    border-radius: 0;
}

.home p,
#section-member p strong,
.jobs-template-default p {
    color: #191919;
}

.page-template-template-mietverwaltung #section-top-page h1 {
    margin-bottom: 55px;
}

.single-post p,
.page-template-default .content-page-area p {
    color: #191919;
}

.jobs-template-default #section-download {
    padding-bottom: 90px;
}

ul.mega-sub-menu {
    width: 100vw !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
    font-family: 'Jost', sans-serif;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: auto !important;
    float: right !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item#mega-menu-item-22 {
    margin-right: 0 !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item#mega-menu-item-22 a {
    line-height: 32px !important;
    height: 32px !important;
    background: #8A1812 !important;
    padding: 0 15px !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    letter-spacing: 0.05em !important;
    font-family: Jost !important;
}

/*.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu,*/
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: #1d2631;
}

/*.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,*/
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff !important;
    background: transparent;
}

.page-template-template-immobilienvermittlung ul.mega-sub-menu {
    background: #1d2631 !important;
}

/*.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, 
.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, 
.page-template-template-unternehmen #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,*/
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus,
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    background: #29313c !important;
    color: #fff !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    display: none !important;
}

#section-navigation {
    display: none;
}

.text-white p,
.home .text-white p {
    color: #fff;
}

.box-blue-color *,
.box-blue-color li,
.box-blue-color p {
    color: #0A1320;
}

.page-template-template-mieterservice #section-download {
    margin-top: 125px;
}

#section-top-page .text-white p {
    color: #fff;
}

.text-red {
    color: #8A1812;
}

.page-template-template-mieterservice #section-top-page {
    padding-top: 180px;
}

#map {
    width: 100%;
    height: 452.81px;
}

.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item>ul.mega-sub-menu,
.page-template-template-mietverwaltung #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item>ul.mega-sub-menu {
    visibility: visible;
}

.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
.page-template-template-mietverwaltung #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    transform: translate(0, 0);
}

.page-template-template-mietverwaltung #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu,
.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu>ul.mega-sub-menu {
    opacity: 1;
}

.page-template-template-mietverwaltung #section-bg-top .box-bg-dark h3 {
    font-weight: 300;
}

.tabs-on-mobile .inner-content-slider .content p {
    color: #fff;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item:not(.mega-menu-item-428)>a.mega-menu-link {
    border-color: #8a1812;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #f1f1f1);
}

.page-template-template-immobilienvermittlung #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item.mega-current-menu-item:not(.mega-menu-item-428)>a.mega-menu-link {
    background: #29313c !important;
    border-color: #8a1812;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-backdrop {
    background-color: rgba(10, 19, 32, 0.7);
}

@media (min-width: 1200px) {
    .page-template-template-mietverwaltung .left-contact-info .title-left-contact-info {
        white-space: nowrap;
    }
}

option[disabled="disabled"] {
    display: none;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #191919;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #191919;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #191919;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #191919;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #191919;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #191919;
}

.wpcf7 a {
    color: #8A1812;
    text-decoration: underline;
}

.form-check-input:checked[type=checkbox] {
    background-image: url(/wp-content/uploads/2025/10/check.svg) !important;
}


/* Property Slider */
#main-slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#main-slider .splide__slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    border-radius: 8px;
}

.custom-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.custom-nav button {
    background: #ffffff00 !important;
    border: none !important;
    opacity: 1 !important;
}

.custom-nav button:hover {
    background: rgba(0, 0, 0, 0.8);
}

/* === THUMBNAILS === */
#thumb-slider .splide__slide img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    border-radius: 6px;
    opacity: 0.6;
    transition: opacity 0.2s, transform 0.2s;
}

#thumb-slider .splide__slide.is-active {
    filter: none;
    opacity: 1;
}

#thumb-slider-list .splide__slide {
    filter: grayscale();
    border: none !important;
}

#thumb-slider .splide__arrow:disabled {
    opacity: 0 !important;
}

#thumb-slider .splide__arrow--prev {
    left: 0;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) !important;
    width: 300px;
    border-radius: 0;
    justify-content: flex-start !important;
    padding-left: 40px;
    opacity: 1;
}

#thumb-slider .splide__arrow--next {
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%) !important;
    width: 300px;
    border-radius: 0;
    justify-content: flex-end !important;
    padding-right: 40px;
    opacity: 1;
}

#thumb-slider .splide__arrow--prev svg,
#thumb-slider .splide__arrow--next svg {
    margin: 0;
}

/* === LIGHTBOX === */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.lightbox.active {
    display: flex;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}

.lightbox-close {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 1000;
}

.splide__arrow {
    background: #ffffff00 !important;
}




.page-template-template-unternehmen .member-rows {
    flex-direction: column;
	row-gap: 90px;
}

.page-template-template-unternehmen .member-rows .col-md-6 {
    width: 100%;
    display: flex;
    gap: 80px;
	align-items: center;
}

.page-template-template-unternehmen .member-rows .col-md-6 img.mb-5 {
    max-width: 50%;
    max-height: 690px;
	margin-bottom: 0 !important;
}

.page-template-template-unternehmen .member-rows .desc-container h4 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
}

.page-template-template-unternehmen .member-rows .desc-container .short-desc {
    margin-top: 20px;
}

.page-template-template-unternehmen .member-rows .col-md-6:nth-child(odd) {
    flex-direction: row-reverse;
}

@media only screen and (max-width: 1025px) {
.page-template-template-unternehmen .member-rows .col-md-6 {
    padding: 0;
    flex-direction: column !important; 
	gap: 40px;
	}
	
	.page-template-template-unternehmen .member-rows .col-md-6 img.mb-5 {
    max-width: 100%;
    width: 100%;
    max-height: 590px;
    object-fit: cover;
    object-position: top center;
	}
	
	.page-template-template-unternehmen .member-rows .desc-container {
    padding: 0 30px;
}
}

@media only screen and (max-width: 767px) {
    ul#main-slider-list li {
        max-height: 400px;
    }

    ul#thumb-slider-list li {
        max-width: 33%;
        max-height: 65px;
    }
		.page-template-template-unternehmen .member-rows .desc-container {
    padding: 0 18px;
}
}