:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --theme-color: #5E8366;
    --perrot-color: #A1B670;
    --button-color: #aeb984;

}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-ExtraLight.eot');
    src: url('../fonts/Overpass-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-ExtraLight.woff2') format('woff2'),
        url('../fonts/Overpass-ExtraLight.woff') format('woff'),
        url('../fonts/Overpass-ExtraLight.ttf') format('truetype'),
        url('../fonts/Overpass-ExtraLight.svg#Overpass-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Black.eot');
    src: url('../fonts/Overpass-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-Black.woff2') format('woff2'),
        url('../fonts/Overpass-Black.woff') format('woff'),
        url('../fonts/Overpass-Black.ttf') format('truetype'),
        url('../fonts/Overpass-Black.svg#Overpass-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Bold.eot');
    src: url('../fonts/Overpass-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-Bold.woff2') format('woff2'),
        url('../fonts/Overpass-Bold.woff') format('woff'),
        url('../fonts/Overpass-Bold.ttf') format('truetype'),
        url('../fonts/Overpass-Bold.svg#Overpass-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Light.eot');
    src: url('../fonts/Overpass-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-Light.woff2') format('woff2'),
        url('../fonts/Overpass-Light.woff') format('woff'),
        url('../fonts/Overpass-Light.ttf') format('truetype'),
        url('../fonts/Overpass-Light.svg#Overpass-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Medium.eot');
    src: url('../fonts/Overpass-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-Medium.woff2') format('woff2'),
        url('../fonts/Overpass-Medium.woff') format('woff'),
        url('../fonts/Overpass-Medium.ttf') format('truetype'),
        url('../fonts/Overpass-Medium.svg#Overpass-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Regular.eot');
    src: url('../fonts/Overpass-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-Regular.woff2') format('woff2'),
        url('../fonts/Overpass-Regular.woff') format('woff'),
        url('../fonts/Overpass-Regular.ttf') format('truetype'),
        url('../fonts/Overpass-Regular.svg#Overpass-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-SemiBold.eot');
    src: url('../fonts/Overpass-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-SemiBold.woff2') format('woff2'),
        url('../fonts/Overpass-SemiBold.woff') format('woff'),
        url('../fonts/Overpass-SemiBold.ttf') format('truetype'),
        url('../fonts/Overpass-SemiBold.svg#Overpass-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Overpass';
    src: url('../fonts/Overpass-Thin.eot');
    src: url('../fonts/Overpass-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Overpass-Thin.woff2') format('woff2'),
        url('../fonts/Overpass-Thin.woff') format('woff'),
        url('../fonts/Overpass-Thin.ttf') format('truetype'),
        url('../fonts/Overpass-Thin.svg#Overpass-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #ffffff;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.18px;
    color: var(--theme-color);
    font-family: 'Overpass';
    font-weight: 400;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 20px 0;
    color: var(--theme-color);
}

h1 {
    /*
    font-size: 70px;
    line-height: 80px;
    */
    font-size: 18px;
    line-height: 35px;
}

h2 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Overpass';
    font-weight: 300;
    letter-spacing: 6px;
}

h3 {
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 4.5px;
    /*color: var(--perrot-color);*/
    font-weight: 300;
}

h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 2.5px;
}

h5 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

h6 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

h6.white-shade {
    display: inline-block;
    text-transform: uppercase;
}

h6.bottom-shade {
    text-transform: uppercase;
    letter-spacing: 1.0px;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

blockquote p {
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 60px;
    max-width: 95%;
    letter-spacing: 3.6px;
}

blockquote p a {
    color: var(--perrot-color);
    text-decoration: none;
}

blockquote p span {
    color: var(--perrot-color);
    text-decoration: none;
}

ul,
ol {
    margin: 0 0 15px 15px;
    padding: 0;
}

ul li,
ol li {
    margin: 0 0 10px 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:visited,
button,
input,
textarea {
    outline: none !important;
}

a {
    color: var(--theme-color);
    letter-spacing: 1.0px;
}

a:hover {
    color: var(--perrot-color);
}

a.active {
    color: var(--perrot-color);
}

img {
    /*max-width: 100%;*/
}

section {
    position: relative;
    /*padding: 0 0 120px 0;*/
    padding: 0 0 20px 0;
}

section:before,
section:after {
    clear: both;
    display: table;
    content: "";
}

.container-1col {
    margin-top: 80px;
}

.header-part {
    padding: 64px 0 0 0;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
}

.header-part img {
    max-width: 100%;
}

.home-banner-mobile {
    display: none;
}

.home-banner {
    height: calc(100vh - 64px);
    margin: 64px 0 0 0;
    overflow: hidden;
    /*margin-bottom: 95px;*/
}

.full-banner-breadcrumbs {
    text-align: right;
    margin-bottom: 95px;
    padding-right: 10px;
}

.short-banner-breadcrumbs {
    text-align: right;
    margin-bottom: 50px;
    padding-right: 10px;
}

.logo-small {
    position: absolute;
    left: 73px;
    top: 128px;
    background: var(--theme-color);
    width: 128px;
    height: 128px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
}

.logo-small a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.burger-menu {
    position: absolute;
    left: 211px;
    top: 192px;
    background: var(--perrot-color);
    width: 128px;
    height: 128px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
}

.burger-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.header-part.sticky-fixed .logo-small,
.header-part.sticky-fixed .burger-menu {
    top: 0;
}

.header-part.sticky-fixed .language-out,
.header-part.sticky-fixed .logo-large {
    top: -500px;
}

.header-part.sticky-fixed .home-banner-design {
    display: none;
}

.hidden-body .header-part.sticky-fixed .home-banner-design {
    display: block;
}

.main-menu {
    background: #A1B67026;
    position: fixed;
    top: -2000px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 64px);
    overflow-y: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.main-menu.active {
    top: 64px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.hidden-body {
    overflow: hidden !important;
}

.main-menu-inner {
    max-width: 1060px;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 170px;
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
}

.main-menu-left {
    margin-right: auto;
}

.main-menu-inner ul,
.main-menu-inner li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.main-menu-inner ul li a {
    text-decoration: none;
}

.main-menu-left>ul>li {
    margin: 34px 0;
}

.main-menu-left>ul>li>a {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-weight: 300;
}

.main-menu-left ul ul {
    margin-top: 20px;
    margin-bottom: 115px;
}

.submenu-show {
    display: none;
}

.submenu-show.open {
    display: block;
}

.main-menu-left ul ul li {
    margin-bottom: 9px;
}

.main-menu-left ul ul li:last-child {
    margin-bottom: 0;
}

.main-menu-left ul ul li a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 1.8px;
    position: relative;
    padding-left: 22px;
}

.main-menu-left ul ul li a:before {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: var(--white-color);
    content: "";
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
}

.main-menu-right {
    margin-right: 112px;
}

.main-menu-right ul li {
    margin-bottom: 13px;
}

.main-menu-right ul li:last-child {
    margin-bottom: 0;
}

.main-menu-left>ul>li:first-child {
    margin-top: 19px;
}

.main-menu-right a {
    letter-spacing: 1.0px;
}

.view-gallery {
    position: absolute;
    top: 0px;
    left: 349px;
    width: 128px;
    height: 128px;
    text-align: center;
    background: #ecf0e2;
    z-index: 9;
}

.view-gallery a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.view-gallery span,
.view-gallery strong {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.view-gallery strong {
    margin-bottom: 10px;
    font-weight: 900;
}

.language-out {
    position: absolute;
    left: 487px;
    top: 128px;
    letter-spacing: 1.6px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: 9;
}

.language-out .lang-click {
    background: #aeb984;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: 900;
    color: var(--white-color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.language-out .lang-click span {
    margin-bottom: 5px;
    display: block;
}

.language-out ul,
.language-out li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.language-out ul {
    background: #aeb984;
    text-align: center;
    display: none;
}

.language-out ul li a {
    text-decoration: none;
    font-weight: 900;
    color: var(--white-color);
    text-transform: uppercase;
}

.btn-group-right {
    position: absolute;
    right: 73px;
    top: 32px;
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.btn-group-right .btn-common {
    min-width: 197px;
    padding: 12px 20px;
    color: var(--white-color);
    display: inline-block;
    width: auto;
    letter-spacing: 1.6px;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    background: var(--theme-color);
    text-align: center;
}

.btn-group-right .btn-one {
    background: rgba(161, 182, 112, 0.66);
    margin-right: 10px;
}

.btn-group-right .btn-common span,
.btn-group-right .btn-common strong {
    display: block;
    text-transform: uppercase;
}

.btn-group-right .btn-common strong {
    font-weight: 900;
}

.logo-large {
    position: absolute;
    right: 487px;
    top: 128px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

#main-part {
    padding: 0px 40px 0px 40px;
}

.header-part-container {
    position: relative;
    max-width: 1920px;
    /*margin-top: -70px;*/
    margin-top: -64px;
}

.home-banner:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 307px;
    background: url('../images/gradient-pattern.png') no-repeat center center;
    background-size: cover;
    content: "";
}

.home-banner-design {
    position: absolute;
    left: -32px;
    top: 0px;
    visibility: hidden;
}

.scroll-down {
    position: absolute;
    right: 233px;
    bottom: 42px;
}

.scroll-down img {
    max-width: 100%;
}

.head-top-in a {
    font-weight: bold;
    letter-spacing: 0.18px;
}

.subpage-banner-top-in a {
    font-weight: bold;
    letter-spacing: 0.18px;
}

.necessary-top-in a {
    font-weight: bold;
    letter-spacing: 0.18px;
}

.bottom-shade {
    text-decoration: none !important;
}

.bottom-shade span {
    position: relative;
    padding-left: 11px;
}

.bottom-shade.bottom-shade-right span {
    padding-left: 0;
    padding-right: 11px;
}

.bottom-shade span:before {
    border-bottom: 5px solid rgba(161, 182, 112, 0.25);
    position: absolute;
    bottom: 3px;
    left: 0px;
    width: 100%;
    content: "";
}

.head-top-in {
    max-width: 685px;
    text-align: right;
    /*padding-left: 138px;*/
}

.head-top-inner h5 {
    margin-bottom: 80px;
    font-weight: 500;
}

.subpage-banner-top-in {
    max-width: 685px;
    text-align: right;
    /*padding-left: 138px;*/
}

.subpage-banner-top-inner h5 {
    margin-bottom: 80px;
    font-weight: 500;
}

.necessary-top-in {
    max-width: 685px;
    text-align: right;
    /*padding-left: 138px;*/
}

.necessary-top-inner h5 {
    margin-bottom: 80px;
    font-weight: 500;
}


.head-top-inside h2 {
    text-align: right;
    text-transform: uppercase;
    margin: 53px 0 26px 0;
}

.subpage-banner-top-inside h2 {
    text-align: right;
    text-transform: uppercase;
    margin: 53px 0 26px 0;
}

.necessary-top-inside h2 {
    /*text-align: right;*/
    text-transform: uppercase;
    margin: 53px 0 26px 0;
}

.subpage-banner-top {
    min-height: 350px;
    margin-bottom: 15px;
}

.necessary-top {
    margin-bottom: 122px;
}


.necessary-bottom {
    /*padding: 0 0 98px 0;*/
    padding: 0 0 0 0;
    position: relative;
}

.necessary-bottom:before {
    background: rgba(161, 182, 112, 0.10);
    position: absolute;
    left: 0px;
    top: 128px;
    width: 100%;
    height: calc(100% - 128px);
    content: "";
}

.head-part {
    padding: 0 0 15px 0;
}

.necessary-part {
    padding: 0 0 15px 0;
}

.slide-blog {
    margin-right: 10px;
}

.slide-blog-content {
    max-width: 266px;
}

.slide-blog-content.slide-blog-half {
    max-width: 405px;
}

.slide-blog-row {
    display: flex;
    width: auto;
    gap: 10px;
}

.slide-blog-equal {
    margin-right: 148px;
}

.slide-blog-content h3 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-weight: bold;
}

.slide-blog-content h5 {
    margin-top: 16px;
    margin-bottom: 8px;
}

.slide-blog-content p {
    margin-bottom: 15px;
}

.slide-blog-content .bottom-shade,
.bottom-shade.heavy-shade {
    font-weight: 900;
    text-transform: uppercase;
}

.margin-top-low {
    margin-top: 128px;
}

.margin-top-medium {
    margin-top: 256px;
}

.margin-top-low-minus {
    margin-top: -128px;
}

.slider-wrapper-out .slick-list {
    padding-top: 128px !important;
    padding-left: 25px;
}

.slick-prev,
.slick-next {
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.slick-prev,
.slick-prev:focus {
    background: var(--theme-color) url('../images/slide-right-arrow.png') no-repeat center center;
    background: var(--theme-color) url('../images/slide-left-arrow.png') no-repeat center center;
}

.slick-prev {
    position: absolute;
    right: -45px;
    top: -38px;
    left: auto;
}

.slick-prev:hover {
    background: var(--perrot-color) url('../images/slide-right-arrow.png') no-repeat center center;
    background: var(--perrot-color) url('../images/slide-left-arrow.png') no-repeat center center;
}

.slick-next,
.slick-next:focus {
    background: var(--perrot-color) url('../images/slide-left-arrow.png') no-repeat center center;
    background: var(--perrot-color) url('../images/slide-right-arrow.png') no-repeat center center;
}

.slick-next {
    top: 35px;
    position: absolute;
    right: -45px;
}

.slick-next:hover {
    background: var(--theme-color) url('../images/slide-left-arrow.png') no-repeat center center;
    background: var(--theme-color) url('../images/slide-right-arrow.png') no-repeat center center;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slider-wrapper-out .slick-prev {
    /*top: 91px;*/
    top: 391px;
    right: 100px;
}

.slider-wrapper-out .slick-next {
    /*top: 164px;*/
    top: 464px;
    right: 100px;
}

.design-part-inner h5 {
    font-weight: 300;
    text-transform: uppercase;
    line-height: 70px;
    max-width: 95%;
}

.design-part-inner h5 a {
    color: var(--perrot-color);
    text-decoration: none;
}

.design-part-inner h5 span {
    color: var(--perrot-color);
    text-decoration: none;
}

.design-part-row .row {
    flex-direction: row-reverse;
}

.design-part-row {
    position: relative;
    padding-top: 40px;
}

.design-part-left {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    gap: 10px;
}

.design-part-left-content {
    max-width: 266px;
    margin-top: 250px;
}

.design-part-left-content a {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--perrot-color);
}

.design-part-left-content span {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--perrot-color);
}

.design-part-flow {
    position: absolute;
    top: 40px;
    right: -20%;
    width: 100%;
    max-width: 818px;
}

.design-part-flow img {
    width: 100%;
}

.design-part-wrap {
    margin-top: 50px;
    overflow: hidden;
    padding-bottom: 100px;
}

.design-part-row .row {
    flex-direction: row-reverse;
    z-index: 11;
    position: relative;
}

.design-part-img-float {
    position: absolute;
    /*right: -50px;*/
    right: 70px;
    bottom: 0px;
    z-index: 11;
}

.design-part-wrap img {
    max-width: 100%;
}

.img-outside-design {
    position: absolute;
    /*right: -22%;*/
    right: -15%;
    top: -90px;
    z-index: 1;
}

.deluxe-part {
    background: rgba(161, 182, 112, 0.10);
    padding-bottom: 50px;
}

.single-init-blog-info {
    margin-top: 61px;
    max-width: 405px;
}

.single-init-blog-info h5 {
    margin-bottom: 8px;
}

.top-more-spacer {
    margin-top: 35px;
}

.single-init-blog-img {
    position: relative;
}

.single-init-blog-design {
    position: absolute;
    right: -48px;
    top: 0px;
    z-index: 2;
}

.necessary-part.necessary-gallery .necessary-bottom:before {
    display: none;
}

.gallery-title-top {
    max-width: 405px;
    margin-left: auto;
    margin-right: 210px;
}

.gallery-title-top h5 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

.necessary-part.necessary-gallery {
    margin-top: 80px;
    padding: 0 0 160px 0;
}

.gallery-title-main {
    position: absolute;
    right: 210px;
    bottom: 385px;
}

.gallery-title-main h2 {
    color: var(--perrot-color);
    text-transform: uppercase;
    margin-bottom: 14px;
}

.gallery-design-must {
    position: absolute;
    left: 137px;
    top: 289px;
}

.inquire-inner h2 {
    text-transform: uppercase;
    font-weight: 300;
}

.inquire-inner h2 span {
    color: var(--perrot-color);
}

.inquire-inner h5 {
    line-height: 60px;
    font-weight: 300;
    letter-spacing: 0.72px;
}

.inquire-inner h5 span {
    text-decoration: none;
    color: var(--perrot-color);
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

.inquire-row {
    background: rgba(161, 182, 112, 0.15);
    padding: 59px 100px 82px 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 76px;
}

.inquire-row-blog h5 {
    margin: 4px 0 6px 0;
    font-weight: 300;
}

.inquire-row-blog {
    width: 100%;
    max-width: 266px;
    padding-right: 25px;
}

.inquire-row-blog h5 span {
    font-weight: 700;
    padding-right: 53px !important;
}

.inquire-row-blog h5 span:before {
    border-bottom: 10px solid rgba(161, 182, 112, 0.25);
    bottom: 8px;
}

.inquire-head {
    margin-top: 40px;
}

.inquire-head h5 {
    font-weight: 300;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    line-height: 70px;
}

.inquire-head blockquote p {
    text-transform: none;
}

.inquire-banner {
    height: 200px;
    padding: 50px;
}

.inquire-banner a {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4.5px;
    color: var(--white-color);
    font-weight: 300;
    color: white;
    text-transform: uppercase;
}

.inquire-part {
    padding-bottom: 0px;
}

.why-hirben-inner h3 {
    font-weight: 300;
    color: var(--perrot-color);
    text-transform: uppercase;
}

.why-hirben-inner h3 strong {
    display: block;
    font-weight: bold;
}

.why-hirben-row {
    background: rgba(161, 182, 112, 0.25);
}

.why-hirben-blog {
    padding-bottom: 20px;
    max-width: 195px;
}

.why-hirben-row .col-xs-12 {
    width: 20%;
}

.why-hirben-row .why-hirben-blog span {
    /*display: block;*/
    text-transform: uppercase;
    line-height: 24px;
    margin-top: -12px;
}

.why-hirben-row .why-hirben-blog p {
    /*display: block;*/
    text-transform: uppercase;
    line-height: 24px;
    /*margin-top: -12px;*/
}

.why-hirben-row .why-hirben-blog a {
    text-decoration: none;
}

.footer-top {
    text-transform: uppercase;
    background: rgba(161, 182, 112, 0.50);
    padding: 10px 0 20px 0;
    color: var(--theme-color);
    letter-spacing: 1.8px;
}

.why-hirben-part {
    margin-top: 120px;
    padding-bottom: 0;
}

.footer-top strong {
    font-weight: 900;
}

.footer-top-inner {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.footer-top-inner-first {
    max-width: 286px;
    padding-right: 30px;
    width: 100%;
    position: relative;
}

.footer-top-inner-first:after {
    width: 10px;
    height: 100%;
    background: var(--white-color);
    content: "";
    position: absolute;
    top: 0px;
    right: 10px;
}

.footer-top-inner-first strong {
    display: block;
}

.footer-top-smile img {
    margin-bottom: 17px;
}

.footer-top-inner-second {
    width: 100%;
    max-width: 276px;
    padding-right: 30px;
    position: relative;
}

.footer-top-inner-second:after {
    width: 10px;
    height: 100%;
    background: var(--white-color);
    content: "";
    position: absolute;
    top: 0px;
    right: 10px;
}

.footer-top-inner-second ul,
.footer-top-inner-second li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-top-inner-second ul:first-child li a {
    font-weight: 900;
}

.footer-top-inner-third {
    width: 100%;
    max-width: 266px;
    padding-right: 30px;
    position: relative;
}

.footer-top-inner-fourth {
    width: 100%;
    max-width: 542px;
    position: relative;
}

.fourth-full-img img {
    width: 100%;
}

.fourth-logo {
    max-width: 266px;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
}

.white-shade {
    font-weight: normal;
    position: relative;
    letter-spacing: 1.8px;
    text-decoration: none;
    padding-right: 40px;
}

.white-shade span {
    position: relative;
}

.white-shade:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 10px;
    background: var(--white-color);
    content: "";
    width: 100%;
}

.fourth-full-img {
    margin-bottom: 10px;
}

.mwst-part {
    margin-top: 105px;
}

.majuskel {
    text-transform: uppercase;
}

.partner-logo-in {
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.footer-bottom {
    padding: 35px 100px 35px 100px;
}

.social-media {
    position: absolute;
    top: 0;
    right: -139px;
}

.social-media ul,
.social-media li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social-media ul {
    display: flex;
    width: auto;
}

.social-media ul li {
    margin-right: 2px;
}

.social-media ul li:last-child {
    margin-right: 0;
}

.social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
    width: 64px;
    height: 64px;
}

.bottom-top-arrow {
    position: fixed;
    right: -100%;
    bottom: 80px;
    z-index: 99;
    width: 80px;
    height: 80px;
    line-height: 76px;
    background: var(--theme-color);
    color: var(--white-color);
    text-align: center;
    display: none;
    border: 2px solid var(--theme-color);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.bottom-top-arrow.open {
    right: 0px;
}

.bottom-top-arrow:hover {
    background: var(--perrot-color);
    color: var(--white-color);
    border-color: var(--perrot-color);
}

.bottom-top-arrow img {
    max-width: 44px;
}

.subpage-banner {
    height: calc(704px - 64px);
    background: #A1B67026 url(/typo3conf/ext/ci_center_hirben/Resources/Public/images/design.png) no-repeat;
    margin-top: 64px;
    padding-bottom: 0;
}

.subpage-banner-txt {
    margin-top: -360px;
    padding-bottom: 0;
}

.filter-group-btn {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    position: relative;
    z-index: 11;
}

.filter-dropdown {
    width: 16.6%;
    padding: 0 5px;
    margin-bottom: 22px;
    position: relative;
}

.filter-dropdown ul,
.filter-dropdown li {
    list-style: none;
    padding: 0px;
    margin: 0;
}

.filter-dropdown ul {
    background: #A1B67026;
    background: #e0e7d0;
    display: none;
    position: absolute;
    left: 5px;
    top: 100%;
    z-index: 2;
    width: calc(100% - 10px);
    /*padding: 25px 0;*/
}

.filter-dropdown li a {
    display: block;
    background: #A1B67026;
    background: #e0e7d0;

    color: var(--theme-color);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    width: 100%;
    letter-spacing: 1.6px;
    border: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
    text-decoration: none;
}

.filter-dropdown li a:hover {
    background: var(--theme-color);
    color: var(--white-color);
}



.filter-dropdown button {
    height: 64px;
    line-height: 64px;
    background: var(--perrot-color);
    color: var(--white-color);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    letter-spacing: 1.6px;
    border: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
}

.filter-dropdown button.active,
.filter-dropdown button:hover {
    background: var(--theme-color);
}

.filter-dropdown label {
    height: 64px;
    line-height: 64px;
    background: var(--perrot-color);
    color: var(--white-color);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    letter-spacing: 1.6px;
    border: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-align: center;
}

.filter-dropdown label.sub-filter {
    background: #e0e7d0;
    color: var(--theme-color);
}

.filter-dropdown label.active,
.filter-dropdown label:hover {
    background: var(--theme-color);
    color: var(--white-color);
}

.filter-part {
    /*margin-top: -54px;*/
    margin-top: 0px;
}

.filter-txt {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1.6px;
    margin-bottom: 35px;
}

.filter-txt a {
    color: var(--perrot-color);
    text-decoration: none;
}

.filter-txt a:hover {
    color: var(--theme-color);
}

.filter-blog-info {
    max-width: 300px;
}

.filter-blog-info a {
    text-decoration: none;
}

.filter-blog-col .filter-set-in {
    position: relative;
    z-index: 9;
}

.filter-blog-info h3 {
    margin-top: 42px;
    font-weight: bold;
    line-height: 40px;
    color: var(--theme-color);
    margin-bottom: 10px;
    letter-spacing: normal;
}

.filter-blog-info .bottom-shade {
    margin-top: 34px;
    display: block;
}

.filter-blog-row {
    display: flex;
    flex-wrap: wrap;
}

.filter-blog-col.filter-blog-large {
    width: 40%;
    margin-right: auto;
    padding-right: 24px;
}

.filter-blog-col {
    width: 28%;
    margin-bottom: 65px;
    position: relative;
}

.filter-margin-less {
    margin-top: 128px;
}

.filter-margin-more {
    margin-top: 256px;
    margin-right: 24px;
}

.filter-txt-info-below h5 {
    line-height: 70px;
    font-weight: 300;
    letter-spacing: 0.72px;
}

.filter-txt-info-below h5 a {
    text-decoration: none;
    color: var(--perrot-color);
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

.filter-txt-info-below {
    max-width: 1320px;
    margin-top: 40px;
}

/* Filter Apartments Drop-down */
.filter-part label {
    display: block;
}

.filter-part a {
    cursor: pointer;
}

.filter-group-btn {
    list-style: none;
}

.filter-txt a {
    color: #A1B670 !important;
    text-decoration: none !important;
}

.filter-txt a:hover {
    color: #5E8366 !important;
}

.btn-check-all:checked+.btn-filter {
    background: var(--theme-color);
    color: var(--white-color);
}

.btn-check-all {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check:checked+.btn-filter {
    background: var(--theme-color);
    color: var(--white-color);
}


.inquire-head-light h5 {
    line-height: 70px;
    font-weight: 300;
    color: var(--perrot-color);
    margin: 0;
    letter-spacing: 0.72px;
}

.inquire-head-light h5 strong {
    display: block;
}

.design-filter-one {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    margin-right: -280px;
}

.filter-blog-col.filter-blog-large.fourth-col {
    width: 28%;
    margin-right: 24px;
}

.filter-blog-col.six-col {
    margin-left: auto;
    width: 40%;
    display: flex;
    padding-left: 24px;
}

.filter-blog-col.six-col .filter-set-in {
    margin-left: auto;
}

.header-logo-hide .logo-large {
    display: none;
}

.filter-blog-col.five-col {
    margin-right: 0;
}

.list-open {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    background: var(--perrot-color);
}

/*DETAIL PAGE*/

.subpage-banner-slider {
    padding: 0 70px 0 15px;
}

.overview-detail-top {
    margin-top: 225px;
}

.overview-detail-top {
    padding-bottom: 60px;
}

.overview-detail-left strong {
    font-weight: 900;
}

.overview-detail-left {
    max-width: 275px;
}

.list-style-theme,
.list-style-theme li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.list-style-theme li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.list-style-theme {
    margin-left: 60px;
}

.list-style-theme li:last-child {
    margin-bottom: 0;
}

.list-style-theme li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 10px;
    height: 10px;
    background: var(--perrot-color);
    content: "";
    -webkit-transform: rotate(136deg);
    transform: rotate(136deg);
}

.overview-detail-right h2 {
    margin-bottom: 27px;
}

.collapse-wrapper {
    margin-top: 140px;
    background: #A1B67026 url('../images/collapse-white.png') no-repeat right top;
    padding: 50px 135px 100px 64px;
    position: relative;
}

.collapse-wrapper:after {
    background: url('../images/collapse-theme.png') no-repeat right top;
    position: absolute;
    right: -252px;
    top: 0px;
    content: "";
    width: 100%;
    height: 100%;
}

.overview-detail-part {
    padding-bottom: 50px;
    overflow-x: hidden;
}

.accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-radius: 0px !important;
    --bs-accordion-border-width: 0px !important;
    position: relative;
    z-index: 99;
}

.overview-detail-right .accordion-item h2 {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1.8px;
    margin-bottom: 0px;
}

.overview-detail-right .accordion-item h2 button {
    margin-bottom: 30px;
}

.overview-detail-right .accordion-item h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1.8px;
    margin-bottom: 0px;
}

.overview-detail-right .accordion-item h4 button {
    margin-bottom: 30px;
}

.overview-detail-right .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1.8px;
    color: var(--theme-color);
    font-weight: 900;
    padding: 0;
    text-transform: uppercase;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

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

.accordion-item .accordion-body {
    padding: 0 0 28px 0;
    font-weight: normal;
    color: var(--theme-color);
}

.accordion-item {
    border-top: 2px solid var(--theme-color) !important;
    padding-top: 6px;
    min-height: 124px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:after {
    width: 30px;
    height: 15px;
    background-image: url('../images/collapse-arrow.png');
    background-size: 30px auto;
}

.accordion-button:not(.collapsed):after {
    background-image: url('../images/collapse-arrow.png');
}

.collapse-wrapper h5 {
    text-transform: uppercase;
    color: var(--perrot-color);
    font-weight: 300;
    color: var(--theme-color);
    margin-bottom: 115px;
}

.mobile-show {
    display: none;
}

.subpage-banner-slider {
    padding: 60px 70px 0 30px;
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-end;
}

.banner-slider-left {
    width: 33%;
    margin-top: 300px;
    position: relative;
    top: -80px;
}

.banner-slider-left img {
    height: 300px;
    width: 300px;
}

.banner-slider-right {
    width: 67%;
    padding-left: 15px;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid var(--theme-color);
    background: rgba(255, 255, 255, 0.50);
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: var(--theme-color);
}

.slick-dots {
    text-align: left;
    bottom: -5px;
}

.banner-slider-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.subpage-banner-slider-mobile {
    display: none;
}

.draft-blog img {
    width: 100%;
}

.draft-blog {
    padding-right: 80px;
}

.img-combination-center img {
    border: 20px solid var(--theme-color);
}

.img-combination-right img {
    border: 20px solid var(--white-color);
}

.img-txt-combination {
    margin-top: 128px;
    background: #A1B67026;
    padding-bottom: 0;
    margin-bottom: 400px;
}

.img-txt-combination-inner {
    display: flex;
    flex-wrap: wrap;
    width: auto;
}

.img-txt-combination-inner img {
    max-width: 100%;
}

.img-combination-left {
    width: 100%;
    max-width: 29%;
    margin-top: -128px;
    padding-right: 30px;
}

.txt-combination-middle {
    width: 43.6%;
    padding-right: 60px;
}

.img-combination-right {
    margin-top: 256px;
}

.img-combination-center {
    margin-top: 100px;
    margin-bottom: -256px;
}

.txt-combination-middle {
    padding-top: 120px;
}

.txt-combination-middle h5 {
    line-height: 60px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3.6px;
}

.txt-combination-middle h5 span {
    color: var(--perrot-color);
}

.img-combination-left {
    background: url('../images/combine-white.png') no-repeat 0 calc(100% + 88px);
}

.img-combination-right:before {
    background: url('../images/combine-theme.png') no-repeat 0 0;
    position: absolute;
    right: 0px;
    top: -384px;
    width: 100%;
    height: 100%;
    content: "";
}

.img-combination-right {
    position: relative;
    width: 22%;
}

.img-combination-right img {
    position: relative;
    z-index: 1;
}

.teasure-inner h2 {
    text-transform: uppercase;
}

.teasure-inner h2 span {
    color: var(--perrot-color);
    display: block;
}

.teasure-part {
    margin-top: 100px;
}

.teasure-part .slide-blog-content {
    max-width: 375px;
}

.teasure-inner .slider-wrapper-out {
    background: url('../images/teasure-design.png') no-repeat 200px 125px;
}

.teasure-inner .slider-wrapper-out .slick-prev {
    top: 300px;
    right: -108px;
}

.teasure-inner .slider-wrapper-out .slick-next {
    top: 372px;
    right: -108px;
}

.themen-teasure-part {
    background: url('../images/combine-theme.png') no-repeat -500px 128px;
}

.themen-teasure-inner {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.themen-teasure-left {
    width: 100%;
    max-width: 415px;
    padding-right: 25px;
}

.themen-teasure-right {
    position: relative;
}

.themen-teasure-right .slide-blog-equal {
    margin-right: 30px;
}

.themen-teasure-right {
    width: calc(100% - 415px);
    margin-left: auto;
    padding-left: 133px;
    position: relative;
}

.themen-teasure-right:before {
    background: rgba(161, 182, 112, 0.33);
    position: absolute;
    left: 0px;
    top: 128px;
    width: 100%;
    max-width: 404px;
    height: 100%;
    max-height: 384px;
    content: "";
}

.themen-teasure-right:after {
    background: url('../images/muster-theme.png') no-repeat 0 0;
    position: absolute;
    top: 128px;
    left: 270px;
    width: 100%;
    height: 100%;
    content: "";
    max-width: 404px;
}

.themen-teasure-right .slide-blog-equal h3 {
    line-height: 40px;
    font-weight: bold;
    color: var(--theme-color);
    letter-spacing: normal;
    margin-bottom: 30px;
}

.themen-teasure-right .slide-blog-equal .slide-blog-content {
    max-width: 100%;
    margin-top: 44px;
}

.themen-teasure-left h2 {
    text-transform: uppercase;
}

.margin-top-large {
    margin-top: 256px;
}

.home-top-part {
    padding: 0px;
}

.themen-init1 {
    position: relative;
    z-index: 2;
}

.feedback-icon {
    height: 100%;
    background: url('../images/feedback-smiley1.png') no-repeat right 0;
}

.feedback-inner {
    background: url('../images/feedback.png') no-repeat right 0;
    /*padding-bottom: 255px;*/
}

.feedback-inner .feedback-item {
    padding-right: 100px;
}

.feedback-blog {
    padding-top: 50px;
}

.feedback-blog h5 {
    max-width: 1100px;
    font-weight: 300;
    letter-spacing: 0.72px;
    line-height: 60px;
    margin: 0 0 15px 0;
}

.feedback-blog strong {
    text-transform: uppercase;
    color: var(--perrot-color);
    font-weight: bold;
}

.feedback-inner .slick-prev {
    right: 0;
    top: 93px;
    left: auto;
}

.feedback-inner .slick-next {
    top: 165px;
    right: 0;
}

.info-slider-init1 .slide-blog-equal {
    margin-right: 69px;
}

.info-slider-init1 .slide-blog-content p strong {
    text-transform: uppercase;
    display: block;
}

.info-slider-init1 .slide-blog-content {
    margin-top: 42px;
}

.info-slider-part {
    margin-top: 50px;
}

.info-slider-part .slider-wrapper-out h2 {
    text-transform: uppercase;
}

.info-slider-part .slider-wrapper-out h2 span {
    display: block;
    color: var(--perrot-color);
}

.info-slider-init1 {
    margin-top: 127px;
    background: url('../images/teasure-design.png') no-repeat 0 0;
    padding-right: 100px;
}

.slider-wrapper-out .info-slider-init1 .slick-prev,
.slider-wrapper-out .info-slider-init1 .slick-next {
    right: 0;
}

.collapse-divide-row {
    display: flex;
    width: auto;
    flex-wrap: wrap;
}

.collapse-divide-left {
    max-width: 404px;
    width: 100%;
    padding-right: 10px;
}

.collapse-divide-left h2 {
    text-transform: uppercase;
}

.collapse-divide-right {
    width: calc(100% - 404px);
}

.collapse-divide-part {
    background: url('../images/muster-theme.png') no-repeat 0 190px;
    overflow: hidden;
}

/*Banner Variation*/

.home-banner-short {
    max-height: 720px;
}

.home-banner-video {
    padding: 0;
}

.home-banner-video video,
.subpage-banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.require-none {
    display: none;
}

.home-slider-init-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.webcam-inner img {
    max-width: 100%;
}

.subpage-banner-auto {
    height: auto !important;
    margin-bottom: 180px;
}

.subpage-banner-hero-slider .home-slider-init,
.subpage-banner-hero-slider .slick-list {
    height: 100%;
}

.slider.draft-init1 {
    margin-bottom: 0;
    position: unset;
}

.slider.draft-init1 .slick-dots {
    bottom: 26px;
    left: 73px;
    width: auto;
}

.slider.draft-init1 .slick-next {
    top: unset;
    bottom: -109px;
    right: unset;
    left: 29.5%;
}

.slider.draft-init1 .slick-prev {
    top: unset;
    bottom: -37px;
    right: unset;
    left: 29.5%;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}

/*Video Zoom*/
.zoom-in-bottom {
    animation: zoomInAndHold 8s ease-in-out forwards;
    transform-origin: bottom center;
}



/* Banner video */
/* move video at bottom to top */
.main-menu {
    background: #e0e7d0;
}

.main-menu li.active a {
    color: var(--perrot-color);
}

.home-banner.home-banner-slider {
    height: auto;
}

.home-banner-video .video iframe {
    display: block;
    height: 100vh;
    width: 100%;
}

#c377 {
    margin-top: 280px;
}

.news-list-view .list-group-item {
    margin-bottom: 60px;
}

.news-article {
    padding-top: 20px;
}

.news-related {
    margin-top: 80px;
}

#klaro .klaro {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.18px;
    color: var(--theme-color);
    font-family: 'Overpass';
    font-weight: 400;
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn.cm-btn-accept,
#klaro .klaro .cookie-modal .cm-modal .cm-header h1,
#klaro .klaro p,
#klaro .klaro a {
    color: var(--theme-color);
}

#klaro .klaro.we_cookie_consent .cookie-modal .cm-btn,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-btn,
#klaro .klaro.we_cookie_consent .cookie-notice:not(.cookie-modal-notice) .cm-link {
    color: var(--theme-color);
    border: 2px solid var(--theme-color);
    border-radius: 0px;
}

#klaro .klaro.we_cookie_consent .cm-footer-buttons {
    bottom: 50px;
}

#hub-messenger-widget .hm-main-widget-content .hm-main-open-close {
    bottom: 100px !important;
}

@keyframes zoomInAndHold {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.1);
    }
}
