/**
*	Theme Name: Dima Immobilienvermittlung
**/
body{
    font-family: "Kanit", sans-serif !important;

}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
    display: inline-block;
    margin: 0 25px 0 0;
    position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-button a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    background-color:#2d3388;
    padding: 13px 26px 14px;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
}
.nav-menu li.menu-button a i{
    margin-right: 5px;
}
.nav-menu li.menu-button a:hover{
    color: #ffffff;
    background-color: #000000;
}
.nav-menu li.menu-button a:hover i{
    color: #ff6800;
}
.nav-menu li a i.fa-house {
    font-size: 25px;
    position: relative;
    top: 5px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #ffffff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    right: -4px;
    top: 0px;
    font-weight: 300;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    display: none;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before{
    color: #ffffff;
    display: block;
    content: '\f0d9';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    left: 12px;
    top: 18px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a {
    padding-left: 25px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children .sub-menu li a{
    padding-left: 15px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #000000;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	right: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 270px;
    font-size: 14px;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	right: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
    background-color:#2d3388;
    color: #ffffff !important;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu li a:hover {
    color: #2d3388;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.content-header.cover {
    padding: 290px 0 150px;
    position: relative;
    background-attachment: fixed !important;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 12px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul#breadcrumbs li a{
    background: none;
    padding: 0;
    margin: 0;
    text-transform: unset;
}
ul#breadcrumbs li i {
    font-size: 15px;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #000000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.all-pages-content p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #000000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: red;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Header*/
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.site-header .container {
    max-width: 100%;
    padding: 0 100px;
}
.site-logo {
    width: 261px;
    padding: 15px 0;
}
/*Header*/

/*Home*/
.hslider-bg.cover {
    height: 950px;
    position: relative;
    padding: 50px 0;
    display: flex;
    align-items: center;
}
.hslider-bg.cover.small {
    height: auto;
    padding: 180px 0 60px;
    min-height: 550px;
}
.hslider-bg.cover::after {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    /*filter: brightness(0) saturate(100%) invert(21%) sepia(13%) saturate(6535%) hue-rotate(214deg) brightness(93%) contrast(99%);*/
	filter: brightness(0) saturate(100%) invert(66%) sepia(85%) saturate(2000%) hue-rotate(345deg) brightness(93%) contrast(99%);

}
.hslider-bg.cover::before {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(21%) sepia(13%) saturate(6535%) hue-rotate(214deg) brightness(93%) contrast(99%);
    opacity: 0.2;
}
.hslide-content {
    width: 90%;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px 40px 40px;
    border-radius: 30px 7px 15px 7px;
    text-align: center;
    margin: 0 auto;
}
.hslide-content h1,
.hslide-content h2,
.hslide-content h3,
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    color: #000000;
    font-size: 45px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hslide-content h1 strong,
.hslide-content h2 strong,
.hslide-content h3 strong,
.hslide-content h4 strong,
.hslide-content h5 strong,
.hslide-content h6 strong{
    color: #2d3388;
    font-weight: 500;
}
.hslider-bg.small .hslide-content h1, .hslider-bg.small .hslide-content h2, .hslider-bg.small .hslide-content h3, .hslider-bg.small .hslide-content h4, .hslider-bg.small .hslide-content h5, .hslider-bg.small .hslide-content h6{
    font-size: 50px;
}
.hslide-content p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 19px;
    font-weight: 300;
    margin: 0 auto 15px;
    width: 83%;
}
.hslide-content p strong {
    color: #2d3388;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
a.all-buttons, .hslide-content a, .hmain-content a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    background-color: #ff6800;
    padding: 9px 45px;
    display: inline-block;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.all-buttons:hover,
.hslide-content a:hover,
.hmain-content a:hover{
    color: #ffffff;
    background-color: #000000;
}
.hmain-content a,
.hmain-content a.all-buttons{
    font-size: 15px;
    padding: 8px 40px 10px;
    margin-top: 15px;
}
.hmain-content a.link {
    color: #404040;
    font-size: 17px;
    line-height: 31px;
    font-weight: 400;
    background-color: transparent;
    padding: 0;
    text-decoration: underline !important;
    letter-spacing: 0;
    text-transform: unset;
}
.hmain-content a.link:hover{
    color: #ff6800;
}
body .hmain-content a.atext,
.defaultmct-sec .hmain-content a{
    color: unset;
    background: unset;
    padding: 0;
    margin: 0;
    transition: all 0.4s ease;
    font-size: unset;
    text-transform: unset;
    font-weight: unset;
    text-decoration: underline !important;
}
body section a.atext:hover,
.defaultmct-sec .hmain-content ul li a:hover,
.defaultmct-sec .hmain-content a:hover{
    color: #ff6800;
}
.defaultmct-sec .hmain-content ul li a{
    text-decoration: none !important;
}
.page-template-main-content .hmain-content p strong {
    font-size: 18px;
}
.page-template-main-content .hmain-content p{
    width: 100%;
}
a.all-buttons i{
    margin-right: 5px;
}
.hslide-content a {
    margin-top: 25px;
}
#home_slider {
    margin: 0;
}
#home_slider .slick-prev:before,
#hproperty_slide .slick-prev:before{
    content: '' !important;
    width: 100%;
    height: 100%;
    background-image: url(images/left-arrow.png) !important;
    background-size: 21px 50px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: inline-block;
}
#hproperty_slide .slick-prev:before{
    filter: brightness(0) saturate(100%) invert(7%) sepia(18%) saturate(4472%) hue-rotate(224deg) brightness(91%) contrast(85%);
}
#home_slider .slick-prev:before,
#home_slider .slick-next:before{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
#home_slider .slick-next:before,
#hproperty_slide .slick-next:before{
    content: '' !important;
    width: 100%;
    height: 100%;
    background-image: url(images/right-arrow.png) !important;
    background-size: 21px 50px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: inline-block;
}
#hproperty_slide .slick-next:before{
    filter: brightness(0) saturate(100%) invert(7%) sepia(18%) saturate(4472%) hue-rotate(224deg) brightness(91%) contrast(85%);
}
#home_slider .slick-prev,
#hproperty_slide .slick-prev{
    width: 21px;
    height: 54px;
    left: 30px;
    z-index: 2;
}
#hproperty_slide .slick-prev{
    left: 15px;
}
#home_slider .slick-next,
#hproperty_slide .slick-next{
    width: 21px;
    height: 50px;
    right: 30px;
    z-index: 2;
}
#hproperty_slide .slick-next{
    right: 15px;
}
#home_slider .slick-dots {
    right: auto;
    left: 44px;
    width: 12px;
    bottom: 44%;
}
#home_slider .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
    padding: 0;
    display: block;
    margin-bottom: 12px;
}
#home_slider .slick-dots li button{
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 100%;
    opacity: 0.2;
}
#home_slider .slick-dots li.slick-active button{
    background-color: rgba(255, 255, 255, 1);
    opacity: 1;
}
#home_slider .slick-dots li button::before{
    display: none;
}
.hbcompany-lsec {
    padding: 60px 0 40px;
}
.hbcompany-content {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.04);
    padding: 40px;
    margin-top: -130px;
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    border-radius: 7px;
    border-top-left-radius: 50px;
    border-bottom: 1px solid #2d3388;
    border-left: 1px solid #2d3388;
}
.page-id-325 .hbcompany-content {
    margin-top: -74px;
}
.hbcompany-content .hmain-content{
    text-align: left;
    margin: 0;
}
.hbcompany-content .hmain-content p{
    width: 100%;
}
.hbcompany-content .hmain-content p:last-child{
    margin: 0;
}
.hcompany-title h3 {
    color: #ff6800;
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.hcompany-title p {
    color: #404040;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}
.hcompanyl-list {
    border-left: none;
    padding: 0;
}
.hcompanyl-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    column-gap: 80px;
}
.hcompanyl-lbox .vertically-center{
    display: table;
    width: 100%;
}
.hcompanyl-lbox .vertically-center div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.hcompanyl-lbox .vertically-center{
    text-align: center;
}
.hcompanyl-lbox .vertically-center img {
    object-fit: contain;
    height: 140px;
    margin: 0 auto;
}  
.hsellproperty-sec{
    padding: 50px 0 20px;
}
.hsellproperty-sec.hom{
    padding: 0px 0 20px; 
}
.hmakespecial-sec{
    padding: 0 0 60px 0;
}
.parent-pageid-686 .hsellproperty-sec {
    padding: 40px 0px 20px;
}
.defaultmct-sec{
    padding: 60px 0 45px;
}
.hmain-content {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
/*
.hmain-content::after{
    content: '';
    display: inline-block;
    background-image: url(images/mainct-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
*/
.hsellproperty-content .hmain-content{
    margin-bottom: 30px;
}
.hmain-content p strong {
    color: #ff6800;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.hmain-content{
    position: relative;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6{
    color: #000000;
    font-size: 35px;
    font-weight: 400;
    margin: 0 0 10px 0;
    text-transform: none;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong{
    color: #2d3388;
    font-weight: 500;
}
.hmain-content.small h1,
.hmain-content.small h2,
.hmain-content.small h3,
.hmain-content.small h4,
.hmain-content.small h5,
.hmain-content.small h6{
    font-size: 31px;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6,
.hmain-content.white ul li{
    color: #ffffff;
}
.hmain-content p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    line-height: 27px;
    font-weight: 300;
    margin: 0 auto 15px;
    width: 94%;
}
.hmain-content.small p {
    font-size: 17px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
}
.hmain-content.white p{
    color: #ffffff;
}
.hmain-content ul{
    list-style: none;
    padding: 0;
    margin: 30px 0;
}
.hmain-content ol{
    margin: 30px 0;
}
.hmain-content ul li,
.hmain-content ol li{
    color: rgba(0, 0, 0, 0.6);
    font-size: 17px;
    font-weight: 300;
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
/*    display: inline-block;*/
}

.hmain-content ol li {
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 29px;
}
.defaultmct-content .hmain-content ul li{
    margin: 0 0 15px 0;
}
.hmain-content .ft-contactdt ul li{
    padding: 0;
    margin-bottom: 8px;  
}
.hmain-content .ft-contactdt ul li span i, .hmain-content .ft-contactdt ul li a i{
    top: 5px;
}
.hmain-content.small ul{
    margin: 20px 0;
}
.hmain-content.small ul li {
    font-size: 16px;
    margin-bottom: 11px;
}
.hmain-content.small ul li:last-child{
    margin-bottom: 0;
}
.hmain-content ul li::after {
    content: '';
    display: inline-block;
    background-image: url(images/check-mark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
}
.hmain-content .ft-contactdt ul li::after{
    display: none;
}
.hsellproperty-list .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
    justify-content: center;
}
.hsellproperty-lbox {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 100%;
}
.hsellproperty-lbox .thumb {
    position: relative;
    overflow: hidden;
}
.hsellproperty-lbox .thumb::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}
.hsellproperty-lbox:hover .thumb::after{
    opacity: 1;
}
.hsellproperty-lbox .thumb img {
    transition: all 1s ease;
    height: 270px;
    width: 100%;
    object-fit: cover;
}
.hsellproperty-lbox:hover .thumb img{
    transform: scale(1.3);
    transition: all 1s ease;
}
.hsellproperty-lbinner {
    padding: 30px;
    text-align: center;
}
.hsellproperty-lbinner h3 {
    color: #2d3388;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.hsellproperty-lbinner p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin: 0;
}
.hsellproperty-lbox a.all-buttons {
    font-size: 16px;
    padding: 10px 23px;
    width: 150px;
    text-transform: capitalize;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}
.hsellproperty-lbox a.all-buttons i{
    margin-left: 5px;
    font-size: 14px;
}
.hsellproperty-lbox:hover a.all-buttons{
    visibility: visible;
    opacity: 1;
    top: 50%;
    z-index: 2;
}
.hmakespecial-content.right .col-sm-12:first-child,
.hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:first-child{
    order: 2;
}
.hmakespecial-content.right .col-sm-12:nth-child(2),
.hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:nth-child(2){
    order: 1;
}
.hmakespecial-content,
.seodetail_box{
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}
.hmain-content.hmakespecial-ct {
    text-align: left;
    padding: 40px;
    margin: 0;
}
.hmain-content.hmakespecial-ct::after{
    display: none;
}
.hmain-content.hmakespecial-ct p{
    width: 100%;
}
.hmain-content.hmakespecial-ct p:last-child{
    margin: 0;
}
.hmakespecial-img img {
    width: 100%;
    height: 590px;
    object-fit: cover;
}
.hmakespecial-ct a.all-buttons{
    margin-top: 20px;
    padding: 10px 30px;
}
.lasticspecial-sec{
    padding: 70px 0;
}
.hchoose-sec {
    padding: 80px 0;
    background-attachment: fixed !important;
    position: relative;
    margin: 20px 0;
}
.hchoose-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(66%) sepia(85%) saturate(2000%) hue-rotate(345deg) brightness(93%) contrast(99%);
    opacity: 0.6;
}
.hchoose-sec .hmain-content {
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px;
    border-image-slice: 1;
    width: 89%;
    margin: 0 auto;
}
.hchoose-sec.cover.beliebtesten-sec {
    margin-top: 2px;
}
.hchoose-sec .hmain-content h1,
.hchoose-sec .hmain-content h2,
.hchoose-sec .hmain-content h3,
.hchoose-sec .hmain-content h4,
.hchoose-sec .hmain-content h5,
.hchoose-sec .hmain-content h6{
    color: #000000;
}
.hchoose-sec .hmain-content h1 strong,
.hchoose-sec .hmain-content h2 strong,
.hchoose-sec .hmain-content h3 strong,
.hchoose-sec .hmain-content h4 strong,
.hchoose-sec .hmain-content h5 strong,
.hchoose-sec .hmain-content h6 strong{
    color: #2d3388;
}
.hchoose-sec .hmain-content p{
    width: 100%;
}
.hchoose-sec .hmain-content ul li{
    display: inline-block;
    margin-right: 10px;
}
.hwhychoose-ct {
    padding-bottom: 90px;
}
.hwhychoose-sec {
    background-color: #000000;
    padding: 90px 0 0;
}
.hwhychoose-ct .hmain-content{
    text-align: left;
    padding: 0;
}
.hproperty-list .hmain-content::after{
    display: none;
}
.hmainct-icon img {
    width: 55px;
}
.hwhychoose-ct .hmain-content p{
    width: 100%;
}
.hwhychoose-lbox .icon img {
    width: 58px;
    filter: brightness(0) saturate(100%) invert(25%) sepia(79%) saturate(2478%) hue-rotate(346deg) brightness(80%) contrast(98%);
}
.hwhychoose-lbox strong {
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 16px 0 10px 0;
    display: block;
}
.hwhychoose-lbox p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}
.hwhychoose-lbox {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 40px 20px;
    text-align: center;
    transition: all 0.4s ease;
}
.hwhychoose-lbox:hover{
    background-color:#2d3388;
}
.hwhychoose-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(190deg) brightness(110%) contrast(103%);
}
.hwhychoose-list .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 15px;
}
.hwhychoose-content .col-sm-12:nth-child(2) {
    align-self: flex-end;
}
.hwhychoose-img {
    width: 500px;
    margin: -175px 0 0 auto;
}
.hfinalcial-sec{
    padding: 40px 0 70px;
}
.hfinalcial-sec .hmakespecial-content{
    background-color: #ffffff;
}
.hmakespecial-ct img {
    display: inline-block;
    margin: 15px 0 !important;
}
.hfinalcial-sec .hmakespecial-img img {
    height: 675px;
}
.site-footer {
    padding: 58px 0 10px;
    border-top: 1px solid #f5f5f5;
    background-attachment: fixed !important;
    position: relative;
}
.site-footer::after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
}
.footer-logo{
    margin-bottom: 35px;
}
.footer-logo p {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 30px;
    font-weight: 400;
}
.footer-logo img {
    width: 332px;
}
.footer-content{
    position: relative;
    z-index: 1;
}
.logon-social {
    border-bottom: 2px solid #0c2f49;
    padding-bottom: 50px;
    margin-bottom: 100px;
}
.ftsocial-links ul {
    text-align: right;
}
.ftsocial-links ul li {
    display: inline-block;
    margin-right: 6px;
}
.ftsocial-links ul li:last-child {
    margin-right: 0;
}
.ftsocial-links ul li a {
    background-color:#2d3388;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    display: inline-block;
}
.ftsocial-links ul li a:hover {
    background-color: #fff;
}
.ftsocial-links ul li a img {
    width: 16px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all 0.4s ease;
}
.ftsocial-links ul li a img.blue,.ftsocial-links ul li a:hover img.white {
    opacity: 0;
}
.ftsocial-links ul li a:hover img.blue {
    opacity: 1;
}
.ftdesc-pg img {
    margin-bottom: 31px;
}
.ftdesc-pg p {
    color: #404040;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    margin: 0;
    text-align: center;
}
.ftmenus-dt strong.ft-titles {
    color: #ffffff;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    margin-bottom: 19px;
} 
.ftmenus-dt ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-menu.one {
    padding-left: 40px;
}
.ft-menu ul li {
    margin-bottom: 13px;
}
.ft-menu ul li:last-child {
    margin-bottom: 0;
}
.ft-menu ul li a,
.ft-contactdt ul li span,
.ft-contactdt ul li a{
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    transition: all 0.4s ease;
    text-align: left;
}
.ft-contactdt ul li span i.fa-solid.fa-clock::before{
    content: "\f017" !important;
    background: none !important;
}
.ft-menu ul li a:hover {
    color: #ff6800;
}
.ft-contactdt ul li {
    margin-bottom: 15px;
}
.ft-contactdt ul li:last-child {
    margin-bottom: 0;
}
.ft-contactdt ul li span {
    display: flex;
}
.ft-contactdt ul li a {
    display: flex;
}
.ft-contactdt ul li span i,
.ft-contactdt ul li a i{
    margin-right: 9px;
    position: relative;
    top: 7px;
    color: #ff6800;
}
.ft-contactdt ul li a:hover {
    color: #ff6800;
}
.copyright {
    padding: 15px 0;
    margin-top: 45px;  
    border-top: 1px solid #767676;
    text-align: left;
}
.copyright span {
    color: #ffffff;
    font-size: 15.22px;
    font-weight: 400;
    float: left;
}
.copyright span a{
    color: rgba(255, 255, 255, 0.6);
}
.copyright span:nth-child(2) {
    float: right;
}
.conthead-content.hslide-content {
    text-align: left;
    width: 100%;
}
.copyright span:nth-child(2) a {
    margin-right: 10px;
}
.conthead-content.hslide-content h1,
.conthead-content.hslide-content h2,
.conthead-content.hslide-content h3,
.conthead-content.hslide-content h4,
.conthead-content.hslide-content h6{
    text-align: left;
}
.allseo-csec .row.right:nth-child(2){
    order: 1;
}
.seodetail_box .row.right .col-sm-12:first-child{
    order: 2;
}
.seodetail_box .row.right .col-sm-12:nth-child(2){
    order: 1;
}
.defaultchoose-sec{
    margin: 90px 0 0;
}
.hparallax-bg.cover {
    background-attachment: fixed !important;
    position: relative;
    padding: 80px 0 34px;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hparallax-bg.cover::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hparallax-content{
    position: relative;
    z-index: 1;
}
.hparallax-content ul{
    column-count: 3;
    text-align: left;
}
.lasticspecial-flsec{
    padding-bottom: 70px;
}
.ficspecial-flsec{
    padding: 0 0 60px;
}
.page-template-home .ficspecial-flsec {
    padding: 50px 0; 
}
.page-template-home .ficspecial-flsec.two{
    border-bottom: 1px solid #f7f7f7;
    padding: 40px 0 60px;
    margin-bottom: 27px;
}
.page-template-main-content .hmain-content {
    text-align: left;margin-bottom: 0;
}
.page-id-512 .ficspecial-flsec {
    padding-top: 50px;
}
.ficspecial-flsec .hmain-content h1, .ficspecial-flsec .hmain-content h2, .ficspecial-flsec .hmain-content h3, .ficspecial-flsec .hmain-content h4, .ficspecial-flsec .hmain-content h5, .ficspecial-flsec .hmain-content h6,
.ficspecial-flsec .hmain-content h1 strong, .ficspecial-flsec .hmain-content h2 strong, .ficspecial-flsec .hmain-content h3 strong, .ficspecial-flsec .hmain-content h4 strong, .ficspecial-flsec .hmain-content h5 strong, .ficspecial-flsec .hmain-content h6 strong, .ficspecial-flsec .hmain-content p strong, .hmain-content strong{
    color: #000000;
}
.ficspecial-flsec .hmain-content h1 strong, .ficspecial-flsec .hmain-content h2 strong, .ficspecial-flsec .hmain-content h3 strong, .ficspecial-flsec .hmain-content h4 strong, .ficspecial-flsec .hmain-content h5 strong, .ficspecial-flsec .hmain-content h6 strong{
    color: #2d3388;
}
.ficspecial-flsec .hmain-content p strong, .hmain-content strong{
    color: #2d3388;
}
.page-id-208 .ficspecial-flsec .hmakespecial-img img{
    height: auto;
}
.immomakler-page #wrapper {
    width: 100%;
    margin: 0 auto;
}
.immomakler-archive.immomakler,
.immomakler-single.immomakler{
    max-width: 1320px;
    width: 100%;
    padding: 35px 40px 40px;
    margin: 0 auto;
}
.contactp-cfbox {
    background-color: #ffffff;
    padding: 40px 40px 5px;
    margin-bottom: 60px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
    margin-right: 30px;
}
.hmain-content.contactpf-ct {
    text-align: left;
    margin-bottom: 35px;
}
.contactpf-content .col-sm-12:nth-child(2){
    align-self: flex-end;
}
.hcontact-form .hmain-content {
    text-align: left;
}
.hcontact-form .hmain-content strong{
    color: #ff6800;
}
.hcontact-form .row {
    --bs-gutter-x: 15px;
    --bs-gutter-y: 0;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder{
    color: #404040;
    font-size: 14px;
    font-weight: 400;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea{
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.02);
    background-color: #ffffff;
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.hcontact-form input,
.hcontact-form select{
    height: 50px;
}
.hcontact-form textarea{
    height: 120px;
    padding-top: 20px;
}
.hcontact-form span.wpcf7-list-item.first.last {
    margin: 0;
}
.hcontact-form .checkbox span.wpcf7-list-item label {
    display: flex;
    column-gap: 10px;
    position: relative;
}
.hcontact-form .checkbox span.wpcf7-list-item input {
    width: auto !important;
    height: auto !important;
    align-self: self-start;
    position: relative;
    top: 5px;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #ff6800;
    height: 50px;
    text-align: center;
    padding: 0 40px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #ff6800;
    width: 100%;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    color: #ffff;
    background-color: #000;
    border: none;
}   
.hcontact-form span.wpcf7-spinner {
    margin: 5px auto 0;
}
.hcontact-form .wpcf7 form .wpcf7-response-output {
    margin: 0 0 20px;
    text-align: center;
}
.hcontact-form a{
    color: #404040;
    transition: all 0.4s ease;
}
.hcontact-form a:hover{
    color: #ff6800;
}
.hcontact-form .checkboxx input[type="checkbox"]{
    width: auto;
    height: auto;
    margin: 0 10px 0 0;
}
.hcontact-form .checkboxx span.wpcf7-list-item{
    margin: 0;
}
.hcontact-form .checkboxx .dsflex{
    display: flex;
}
.hcontact-form .checkboxx p a{
    color: #404040;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.hcontact-form .checkboxx p a:hover{
    color: #ff6800;
}
/*Contact us*/
.work-progress {
	 padding: 40px 0;
}
.work-progress.contact{
    padding: 40px 0 17px;
}
.ourtesti-content.workprog-content {
	 margin-bottom: 53px;
}

.workprog-lbox {
    text-align: center;
    background-color: #ffffff;
    padding: 50px 40px 40px;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.05); 
}
.workprog-lbox:hover {
	 background-color:#2d3388;
	 border-color: #2d3388;
	 transform: scale(1.07);
	 z-index: 3;
}
.workprog-lbox strong {
	 color: #1a1e1f;
	 font-size: 81.04px;
	 font-weight: bold;
	 display: block;
	 margin-bottom: 7px;
}
.workprog-lbox h4 {
    color: #2d3388;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 13px 0;
    text-transform: capitalize;
}
.workprog-lbox p,
.workprog-lbox a{
	 color: #404040;
	 font-size: 16.21px;
	 line-height: 33px;
	 font-weight: 400;
	 margin: 0 auto;
	 width: 85%;
     display: inline-block;
}
.workprog-lbox a:hover{
    color: #000000;
}
.workprog-lbox:hover strong,
.workprog-lbox:hover h4,
.workprog-lbox:hover p,
.workprog-lbox:hover a{
	 color: #fff;
}
.workprog-lbox .icon{
    width: 40px;
    height:40px;
    margin: 0 auto 30px;
}
.workprog-lbox .icon img{
filter: invert(20%) sepia(76%) saturate(1128%) hue-rotate(207deg) brightness(91%) contrast(94%);

}
.workprog-lbox:hover .icon img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(6096%) hue-rotate(71deg) brightness(102%) contrast(97%);
}
.workprog-lbox span {
    display: inline-block;
} 
.workprog-btmct {
	 text-align: center;
	 margin-top: 55px;
}
.workprog-btmct p {
	 color: #737879;
	 font-size: 18.23px;
	 font-weight: 400;
	 margin: 0 0 15px 0;
}
.workprog-btmct p a {
	 color: #ff6800;
	 text-decoration: underline !important;
	 transition: all 0.4s ease;
	 font-weight: bold;
}

.google-mapsec {
    padding: 0;
    margin-bottom: 0;
}
.google-mapsec,
.google-mapsec iframe{
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.google-mapsec {
    padding: 0;
    margin-bottom: 0;
}

/*Immobilien*/
.page-template-immobilien .hmain-content ul {
    column-count: unset;
    margin-top: 26px;
}
.page-template-immobilien .hmain-content ul li{
    padding-left: 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.page-template-immobilien .hmain-content ul li strong{
    color: #404040;
}
.page-template-immobilien .hmain-content ul li::after {
  display: none;
}
.page-id-512 h3 {
    font-size: 31px;
}
.parent-pageid-686 h1 {
    font-size: 37px; 
}
.parent-pageid-686 ul#breadcrumbs {
    display: none;
}
.parent-pageid-688 ul#breadcrumbs {
    display: none;
}
.parent-pageid-688 h1 {
    font-size: 37px;
}
/*Property Form*/
.property-form {
    background-color: #f2f2f2;
    padding: 50px 0px;
}
.property-form h3 {
    color: #404040;
    font-size: 26px;
}

.property-form h3 strong{
    color: #2d3388;
}
.property-content{
    text-align: center;
}
.property-form label{
    display: flex;
    align-items: center;
}
.property-form label span{
    padding-left: 6px;
}
.page-id-512 .hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 37%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.hcontact-form.pfrm {
    max-width: 950px;
    margin: 0 auto;
}
/*Contact us*/
.hfaqm-sec {
    background-color: #fbfbfb;
    padding: 50px 0 50px;
}
.hfaqm-sec.leisting-faq{  
    padding-top: 60px;
    margin-top: 30px;
}
.collapse{display: none;}
.faq-title {
    margin-bottom: 40px;
    text-align: center;
}
.faq-title h3{
    font-size: 5rem;
    color: #ff6800;
    margin: 0 0 15px 0;
}
.faqs_list {
    width: 70%;
    margin: 0 auto;
}
.leisting-faq .faqs_list {
    width: 100%;
}
.faqs_list .card {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.06);
    background-color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.faqs_list a.card-link {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 30px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}
.faqs_list .card-body {
    padding: 25px 35px;
    font-size: 20px;
}
.faqs_list .card-body p {
    color: #3b3b3b;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.faqs_list .card.active a.card-link {
    color: #ffffff;
    transition: all 0.4s ease;
    background-color:#2d3388;
}
.faqs_list .card.active a.card-link::after{
    color: #ffffff;
    content: "\f107";
    transition: all 0.4s ease;
}
.faqs_list .card a.card-link::after {
    color: #ffff;
    display: block;
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 30px;
    top: 18px;
    background-color:#2d3388;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    transition: all 0.4s ease;
}
.hservicemain-sec.homs{
    padding: 55px 0 10px;
}
.hservicemain-sec {
    padding: 50px 0 55px;
}
.allseo-csec{
    padding: 60px 0;
}
.seodetail_box .hmain-content.small {
    text-align: left;
}
.seodetail_box .row{
    margin-bottom: 30px;
}
.seodetail_box .row:last-child{
    margin-bottom: 0;
}
.seodetail_box .row.left .hmain-content.small {
    margin: 0 0 0 14px;
}
.seodetail_box .row.right .hmain-content.small {
    margin: 0 14px 0 0;
}
.seodetail_box .col-sm-12{
    align-self: center;
}
.seodetail_box .hmain-content.small p{
    width: 100%;
}
.hproperty-msec {
    overflow: hidden;
    padding: 20px 0 60px 0;
}
.hskincare-box.cover {
    padding: 0;
    position: relative;
    min-height: 580px;
    display: block;
    transition: all 1s ease;
    margin: 0;
}
/*
.hskincare-box.cover::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
*/
.hproperty-msec .col-6:nth-child(2n) .hskincare-box.cover::after{
    transform: scaleX(-1);
}
.hskincare-innerct {
    position: absolute;
    z-index: 1;
    bottom: 0;
    transition: all 1s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hskincaremore{
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
/*
.hskincare-box.cover:hover .hskincare-innerct{
    bottom: 0;
    transition: all 1s ease;
}
*/
.hmain-content.hskincare-innerct {
    width: 100%;
    margin: 0;
    padding: 40px 40px 10px;
    border-right: 2px solid #ffffff;
}
.hproperty-list .col-sm-12:last-child .hmain-content.hskincare-innerct{
    border-right: none;
}
.hmainct-icon{
    margin-bottom: 20px;
}
.hmain-content.hskincare-innerct::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    filter: brightness(0) saturate(100%) invert(21%) sepia(13%) saturate(6535%) hue-rotate(214deg) brightness(93%) contrast(99%);
}
.hmain-content.hskincare-innerct::before{
        content: '';
    display: inline-block;
    background-image: url(images/hbanner-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(21%) sepia(13%) saturate(6535%) hue-rotate(214deg) brightness(93%) contrast(99%);
    opacity: 0.2;
}
.hmain-content.hskincare-innerct h1, .hmain-content.hskincare-innerct h2, .hmain-content.hskincare-innerct h3, .hmain-content.hskincare-innerct h4, .hmain-content.hskincare-innerct h5, .hmain-content.hskincare-innerct h6{
    color: #000000;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hmain-content.hskincare-innerct h1 strong, .hmain-content.hskincare-innerct h2 strong, .hmain-content.hskincare-innerct h3 strong, .hmain-content.hskincare-innerct h4 strong, .hmain-content.hskincare-innerct h5 strong, .hmain-content.hskincare-innerct h6 strong{
    color: #2d3388;
}
.hmain-content.hskincare-innerct p,
.hmain-content.hskincare-innerct ul li{
    color: #000000;
}
.hmain-content.hskincare-innerct ul li{
    padding: 0;
}
.hmain-content.hskincare-innerct ul li::after{
    display: none;
}
.hmain-content.hskincare-innerct ul li {
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 27px;
    margin-bottom: 17px;
    display: flex;
    align-items: center;
}
.hmain-content.hskincare-innerct ul li i{
    color: #ff6800;
    margin-right: 5px;
}
.hmain-content.hskincare-innerct ul li:last-child{
    margin-bottom: 0;
}
.hmain-content.hskincare-innerct p{
    width: 100%;
    font-weight: 600;
}
#hproperty_slide{
    padding: 0 60px;
}
#hproperty_slide .slick-dots {
    bottom: -60px;
}
#hproperty_slide .slick-dots li {
    margin: 0 5px;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 12px;
}
#hproperty_slide .slick-dots li button{
    width: 6px;
    height: 6px;
    background-color: rgba(38, 38, 38, 1);
    border-radius: 100%;
    opacity: 0.2;
}
#hproperty_slide .slick-dots li.slick-active button{
    background-color:#2d3388;
    opacity: 1;
}
#hproperty_slide .slick-dots li button::before{
    display: none;
}
.team-sec {
    padding: 0 0 70px 0;
}
.team-sec .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 32px;
    justify-content: center;
}
.main-team {
    transition: all 0.5s;
}
.team-img {
    position: relative;
    overflow: hidden;
}
.team-img img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: top;
}
.team-img .team-social img {
    width: auto;
    height: auto;
}
.team-abinfo {
    text-align: center;
    position: absolute;
    bottom: -100%;
    width: 100%;
    left: 0;
    padding: 24px 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all 0.5s;
    background-color: rgba(171, 49, 48, 0.7);
}
.team-abinfo span {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.main-team:hover .team-abinfo{
    opacity: 1;
    visibility: visible;
    height: auto;
    bottom: 0;
}
.team-social ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.team-social ul li {
    display: inline-block;
    margin: 0 2px;
}
.team-social ul li a {
    color: #2d3388;
    font-size: 17px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 1px solid #2d3388;
    transition: all 0.4s ease;
}
.team-social ul li a:hover{
    color: #ffffff;
    background-color:#2d3388;
}
.team-data {
    text-align: center;
    padding-top: 33px;
}
.team-abinfo p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.team-abinfo strong{
    font-size: 20px;
    font-weight: bold;
}
.team-data h3 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.team-data h4 {
    font-weight: 600;
    font-size: 19.18px;
    color: #7c7c82;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
}
.team-data a {
    display: inline-block;
    font-weight: 400;
    font-size: 18.25px;
    color: #222232;
    letter-spacing: -0.02em;
}
.team-data a:hover {
    color: #ff6800;
}
.hmain-content.hskincare-innerct ul li i::before {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
}
i.fa-solid.fa-clock::before{
    content: '' !important;
    background-image: url(images/clock.png) !important;
}
i.fa-solid.fa-clock::before{
    content: '' !important;
    background-image: url(images/clock.png) !important;
}
i.fa-solid.fa-house::before{
    content: '' !important;
    background-image: url(images/house.png) !important;
}
i.fa-solid.fa-location-arrow::before{
    content: '' !important;
    background-image: url(images/location.png) !important;
}
i.fa-solid.fa-tag::before{
    content: '' !important;
    background-image: url(images/purchase-price.png) !important;
}
i.fa-solid.fa-living-room::before{
    content: '' !important;
    background-image: url(images/living-room.png) !important;
}
i.fa-solid.fa-floor-plan::before{
    content: '' !important;
    background-image: url(images/plan.png) !important;
}
i.fa-solid.fa-property-area::before{
    content: '' !important;
    background-image: url(images/area.png) !important;
}
.office-hoursb {
    padding: 30px;
    border-radius: 0;
    width: 43%;
    margin: 45px auto 0;
    border: 1px solid;
    border-image: linear-gradient(to right, #000000, #ff6800);
    border-image-slice: 1;
}
.office-hoursb h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 5px 0;
}
.office-hoursb p{
    margin: 0 auto;
}
.office-hoursb p.office-time {
    font-size: 30px;
    font-weight: 200;
    display: block;
    margin: 3px auto;
}
.inspiration-gallery {
    padding: 45px 0 43px;
    background-color: #fbfbfb;
    margin-bottom: 50px;
}
.inspiration-gallery .hmain-content {
    margin-bottom: 30px;
}
.inspgallery-list .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
    justify-content: center;
}
.inspgallery-gbox {
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 1s ease; 
}
.inspgallery-gbox a {
    display: block;
}
.inspgallery-gbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 1s ease;
}
.inspgallery-gbox:hover img{
    transform: scale(1.3);
    transition: all 1s ease;
}

/*Table*/
tbody, td, tfoot, th, thead, tr {    
    transition: all 0.4s ease;
}
.property-table {
    padding: 30px 0px 50px;
}
.property-table table {
    max-width: 85%;
    margin: 0 auto;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
    border: 1px solid #dddddd !important;
    padding: 15px 25px;
    text-align: left;
}

th {
    background-color: #2d3388;
    color: #fff;
    font-family: 'Open Sans';
    padding: 20px 30px;
    font-size: 17px;
    font-weight: bold;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}
 
tr:hover {
  background-color: #dddddd;
}

td {
    border: 1px solid #dddddd !important;
    font-family: 'Open Sans';
    color: #2d3388;
}

td:first-child {
  width: 40%;
  color: #404040;
  font-weight: 400;    
    
}

td:last-child {
  width: 15%;
}

td:nth-child(2) {
  text-align: center;
}

td:nth-child(3) {
  text-align: center;
}

td:nth-child(4) {
  text-align: center;
}

td:nth-child(5) {
  text-align: center;
}

td:nth-child(6) {
  text-align: center;
}
/*Blog*/
.ratageberpg-sec{
    padding: 70px 0 40px;
}
.ratageberpg-sec .container,
.singleblog-sec .container{
    max-width: 1488px;
}
.hblog-lbox {
    box-shadow: 0 0 18px #e1e1e1;
    margin-bottom: 30px;
}
.hblog-binner {
    background-color: #ffffff;
    min-height: 330px; 
    padding: 30px 25px;
    position: relative;
}
.hblog-binner span{
    color: #656567;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.hblog-binner span i.fa.fa-calendar-o{
    color: #656567;
    margin-right: 5px;
}
.hblog-binner .hblog-mtitle{
    color: #212121;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hblog-binner .hblog-mtitle a,
.hblog-binner .hblog-mtitle a:hover{
    color: #212121;
}
.hblog-binner h4 a,
.hblog-binner h4 a:hover{
    color: #212121;
}
.hblog-binner h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.hblog-binner p {
    color: #656567;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
}
.hblog-binner a.all-buttons{
    padding: 8px 22px;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    left: 25px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.hblog-binner a.all-buttons svg {
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.blogpg-sec{
    padding: 50px 0 40px;
    background-color: #fbfbfb;
}
.blogpg-content .hblog-lbox{
    padding: 0;
    box-shadow: 20px 20px 60px 0px rgba(0, 0, 1, 0.05);
    margin-bottom: 30px;
}
.blogpg-content .hblog-thumb img{
    width: 100%;
}
.singleblog-sec{
    padding: 70px 0 50px;
}
.archive .singleblog-sec,
.search .singleblog-sec{
    margin-top: 0;
}
.singblog-thumb{
    margin-bottom: 40px;
}
.singblog-thumb img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
strong.sblog-maintitle{
    color: #080d41;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    display: block;
    margin-bottom: 25px;
}
strong.sblog-maintitle::after {
    content: '';
    display: block;
    background: #1c5ca7;
    position: absolute;
    left: -8px;
    top: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    opacity: 0.2;
}
.summary-sblogs.mobilevs{
    display: none;
}
.sblog-fullct{
    overflow: hidden;
}
.sblog-fullct .all-pages-content{
    padding: 0;
}
.sblog-sidebarbox{
    background: #F6F9FE;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
    margin-bottom: 30px;
}
.sblog-sidebarbox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sblog-sidebarbox ul li {
    margin-bottom: 12px;
    padding-left: 20px;
}
.sblog-sidebarbox ul li:last-child{
    margin-bottom: 0;
}
.sblog-sidebarbox ul li,
.sblog-sidebarbox ul li a{
    color: #032e42;
    font-size: 18px;
    font-weight: 400;
    transition: all 0.4s ease;
    position: relative;
}
.sblog-sidebarbox ul li::after{
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    color: #080d41;
    font-size: 17px;
    left: 0;
    top: 0;
}
.sblog-sidebarbox ul li a:hover{
    color: #1c5ca7;
}
.sidebarbox-form p{
    margin: 0;
}
.sidebarbox-form p span{
    display: block;
    margin-bottom: 13px;
}
.sidebarbox-form span.wpcf7-spinner{
    display: block;
    margin: 5px auto 0;
}
.sidebarbox-form p br{
    display: none;
}
.sidebarbox-form input,
.sidebarbox-form select,
.sidebarbox-form textarea,
.sidebarbox-form input::placeholder,
.sidebarbox-form select::placeholder,
.sidebarbox-form textarea::placeholder{
    color: #032e42;
    font-size: 15px;
    font-weight: 400;
}
.sidebarbox-form input,
.sidebarbox-form select,
.sidebarbox-form textarea{
    width: 100%;
    border: 1px solid #ededed;
    padding: 0 19px;
}
.sidebarbox-form input,
.sidebarbox-form select{
    height: 50px;
}
.sidebarbox-form textarea {
    height: 130px;
    padding-top: 11px;
}
.sidebarbox-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #1c5ca7;
    width: 100%;
    height: 50px;
    padding: 0;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.4s ease;
}
.sidebarbox-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover{
    color: #ffffff;
    background-color: #000000;
}
.sidebarbox-form .wpcf7 form .wpcf7-response-output {
    margin: 0 auto 10px;
    padding: 12px;
    text-align: center;
}
.sidebarbox-form .wpcf7-not-valid-tip{
    font-size: 13px;
}
.kontakt-form .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    text-align: left;
}
.categories-blogs .hblog-binner{
    min-height: auto;
}
.categories-blogs .hblog-binner a.all-buttons{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
}
.blogpg-content.categories-blogs {
    padding-right: 20px;
}
.searchform {
    position: relative;
}
.searchform input {
    border-radius: 0;
    border: none;
    padding: 14px 20px;
    width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.sidebar-search i {
    font-size: 19px;
}
.singblog-content .all-pages-content h1,
.singblog-content .all-pages-content h2,
.singblog-content .all-pages-content h3, 
.singblog-content .all-pages-content h4,
.singblog-content .all-pages-content h5,
.singblog-content .all-pages-content h6{
    margin-top: -150px;
}
.singblog-content .all-pages-content h1::before,
.singblog-content .all-pages-content h2::before,
.singblog-content .all-pages-contentf h3::before, 
.singblog-content .all-pages-content h4::before,
.singblog-content .all-pages-content h5::before,
.singblog-content .all-pages-content h6::before{
    content: '';
    display: block;
    padding-top: 150px;
}
.habout-sec.allimgctlr-sec.immobilenmalker-sec {
    padding: 0 0 60px;
    background-color: transparent;
    border: none;
}

/*Immobilie-Bewerten*/
.jetzt {
    padding: 30px 0px 40px;
}
.jetzt-img{
    text-align: center;
}
.jetzt-img img{
    width: 100%;
    object-fit: cover;
}
.hmain-content.jet {
    margin-top: 30px;
}
.mission-list {
    text-align: center;
    margin-bottom: 15px;
}
.mission-list ul {
    margin: 0;
    padding: 0;
}
.mission-list ul li {
    list-style: none;
    display: inline-block;
    background-color: #2d3388;
    color: #fff;
    padding: 19px 81px;
    cursor: pointer;
}
.mission-list ul li img {
    width: 100px;
    height: 90px;
    margin-bottom: 10px;
}
.bewerten-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.bewerten-form.row {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
bewerten-form.row > div {
    padding: 10px;
}

.bewerten-form h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}
.bewerten-form p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}
.bewerten-form label span {
    color: #666666;
    font-size: 16px;
}
.bewerten-form input,
.bewerten-form textarea,
.bewerten-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.bewerten-form .button input[type="submit"] {
    background: #2d3388;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.bewerten-form .button input[type="submit"]:hover {
    background: #000000;
}

.bewerten-form .checkboxx .dsflex {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.bewerten-form .checkboxx p {
    margin-left: 10px;
    font-size: 14px;
    color: #666;
}

.bewerten-form .fa-info-circle {
    color: #0073aa;
    margin-right: 5px;
}
.bewerten-form .col-12 span {
    font-size: 14px;
    color: #666;
}
/*Immobilie-Bewerten*/
/*Home*/
/* Partenr */
.partner {
  background-color: #f9f9f9;
  padding: 60px 0;
  margin-bottom: 40px;    
}
 
.partner-content {
  text-align: center;
  margin-bottom: 50px;
} 
.partner .row {
  justify-content: center;
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
}

.partner-img {
  margin: 0px 0 20px; 
  padding: 30px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: transform 0.3s, box-shadow 0.3s;
  min-height: 330px;
  height: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.partner-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s, filter 0.3s;
}

.partner-img:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}

.partner-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0;
  transition: opacity 0.3s;
}

.partner-img:hover::before {
  opacity: 1;
}

.partner-img img:hover {
  transform: scale(1.1);
  filter: brightness(90%);
}

.partner-img .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateY(100%);
}

.partner-img:hover .overlay {
  opacity: 1;
  transform: translateY(0);
} 
/* Partner */
/*  Media Query  */
@media(max-width: 1790px){ 
    .nav-menu li {
		margin: 0 10px 0 0; 
	}
    .nav-menu li a{
        font-size: 14px;
    }
}
@media(max-width: 1600px){
	.site-header .container {
		padding: 0 30px;
	}
    .site-logo{
        width: 100%;
    }
    .hmain-content{
        margin-bottom: 40px;
    }
    .hmain-content ul li{
        font-size: 16px;
    }
    .hmain-content.small h1, .hmain-content.small h2, .hmain-content.small h3, .hmain-content.small h4, .hmain-content.small h5, .hmain-content.small h6 {
        font-size: 31px;
        line-height: 38px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 32px;
    }
    .faqs_list a.card-link{
        font-size: 17px;
    }
    .faqs_list .card a.card-link::after{
        top: 15px;
    }
    .faqs_list .card-body{
        font-size: 18px;
    }
    .hskincare-box.cover {
        height: 500px;
        min-height: auto;
    }
    .hsellproperty-sec {
        padding: 40px 0 20px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 50px;
    }
    .hslide-content p {
        font-size: 20px;
    }
    .hmain-content.hskincare-innerct {
        padding: 30px 25px 5px;
    }
    .hmain-content ul {
        margin: 20px 0 30px;
    }
}
@media(max-width: 1536px){
    .hmain-content.hskincare-innerct {
        padding: 30px 25px 5px;
    }
	.header-content .col-sm-12:first-child {
		flex: auto;
		width: 20%;
	}
	.header-content .col-sm-12:nth-child(2) {
		flex: auto;
		width: 80%;
	}
	.nav-menu li {
		margin: 0 10px 0 0;
	}
	.nav-menu li a{
		font-size: 13px;
	}
    .header-content .col-sm-12:first-child {
        width: 16%;
    }
    .header-content .col-sm-12:nth-child(2) {
        width: 84%;
    }
    .nav-menu li.menu-button a {
        font-size: 14px;
        padding: 9px 20px;
    }
    .hslider-bg.cover {
        height: 67vh;
        padding: 50px 0 100px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 50px;
    }
    .hmain-content.hskincare-innerct h1, .hmain-content.hskincare-innerct h2, .hmain-content.hskincare-innerct h3, .hmain-content.hskincare-innerct h4, .hmain-content.hskincare-innerct h5, .hmain-content.hskincare-innerct h6{
        font-size: 20px;
    }
    .hmain-content.hskincare-innerct ul li i::before {
        top: 3px;
        width: 20px;
        height: 20px;
    }
    .hmain-content.hskincare-innerct p {
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: unset;
    }
    .hmain-content.hskincare-innerct p {
        font-size: 15px;
        line-height: unset;
        margin: 0 0 5px 0;
    }
    .hmain-content.hskincare-innerct ul li {
        font-size: 15px;
        padding: 0 0 0 23px;
        margin-bottom: 12px;
    }
}
@media(max-width: 1500px){
    .header-content .col-sm-12:first-child,
    .header-content .col-sm-12:nth-child(2){
        flex: auto;
        width: 100%;
    }
    .nav-menu li.menu-button a {
        font-size: 15px;
        text-align: center;
        margin-top: 15px;
    }
    .hmain-content.hskincare-innerct p, .hmain-content.hskincare-innerct ul li{
        font-size: 15px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 40px;
    }
    .hslide-content p {
        font-size: 19px;
    }
    .hmain-content.small h1, .hmain-content.small h2, .hmain-content.small h3, .hmain-content.small h4, .hmain-content.small h5, .hmain-content.small h6 {
        font-size: 26px;
        line-height: 33px;
    }
    .team-img img {
        height: 490px;
    }
     #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 70px;
        right: 30px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 21px;
        right: 8px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000000;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle.open span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle.open span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle.open input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle.open input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle.open input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::before{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a {
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
        letter-spacing: 0;
        text-align: left;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a {
        color: #ffffff ! Important;
        font-weight: normal;
        width: 100%;
        text-align: left;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        right: 0;
        width: 100% !important;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 335px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
	.site-logo {
		width: 255px;
	}
}
@media(max-width: 1390px){
    .hmain-content.hskincare-innerct h1, .hmain-content.hskincare-innerct h2, .hmain-content.hskincare-innerct h3, .hmain-content.hskincare-innerct h4, .hmain-content.hskincare-innerct h5, .hmain-content.hskincare-innerct h6 {
        font-size: 23px;
    }
    .team-img img {
        height: 430px;
    }
    .ft-menu ul li a, .ft-contactdt ul li span, .ft-contactdt ul li a{
        font-size: 16px;
    }
    .ftmenus-dt .row {
        justify-content: space-between;
        flex-wrap: unset;
        column-gap: 20px;
    }
    .ftmenus-dt .row .col-sm-12 {
        flex: auto;
        width: auto;
    }
    .footer-logo,
    .ftdesc-pg,
    .ft-contactdt{
        width: 300px;
    }
    .ft-menu.one {
        padding-left: 0;
    }
    .hslide-content {
        padding: 35px 30px 31px;
        width: 100%;
    }
    .hslide-content a {
        margin-top: 15px;
    }
    .hmain-content p {
        width: 90%;
    }
}
@media(max-width: 1280px){
    .hmain-content p {
        width: 100%;
    }
    .faqs_list{
        width: 100%;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        margin: 0 0 15px 0;
    }
    .hsellproperty-lbinner {
        padding: 25px 25px;
        text-align: left;
    }
    .hsellproperty-lbinner p{
        font-size: 15px;
        line-height: 25px;
    }
    .hsellproperty-lbox .thumb img {
        height: 230px;
    }
    .hslide-content{
        width: 100%;
    }
    .hslider-bg.cover {
        height: auto;
        padding: 50px 0 130px;
    }
}
@media(max-width: 1170px){
    body .container{
        max-width: 100%;
        padding: 0 40px;
    }
    #home_slider .slick-next,
    #home_slider .slick-prev{
        top: 42%;
    }
    #home_slider .slick-next{
        right: 60px;
    }
    #home_slider .slick-prev{
        left: 60px;
    }
    .hslide-content {
        padding: 35px 45px 31px;
    }
    #hproperty_slide .slick-prev {
        left: 25px;
    }
    #hproperty_slide .slick-next {
        right: 25px;
    }
}
@media(max-width: 1112px){
    .htesti-inner p {
        font-size: 20px;
        line-height: 34.8px;
        margin: 0 auto 15px;
        width: 100%;
    }
    .hproperty-msec {
        padding: 30px 0 0;
    }
    .hmain-content {
        margin-bottom: 30px;
    }
    .hchoose-sec {
        padding: 50px 0;
    }
    .hchoose-sec .hmain-content{
        margin-bottom: 0;
    }
    .hfaqm-sec {
        padding: 40px 0 30px;
    }
    .hservicemain-sec {
        padding: 40px 0 15px;
    }
    .hsellproperty-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 15px;
    }
    .page-template-home .ficspecial-flsec {
        padding: 50px 0 40px;
    }
    .content-header.cover{
        padding: 100px 0;
    }
    .conthead-content h1{
        font-size: 40px;
    }
    ul#breadcrumbs li {
        margin-right: 6px;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong, ul#breadcrumbs li i{
        font-size: 14px;
    }
    .office-hoursb h3 {
        font-size: 25px !important;
    }
    .office-hoursb p,
    .office-hoursb p strong{
        font-size: 16px;
    }
    .office-hoursb p.office-time{
        font-size: 25px;
    }
    .hmain-content p strong {
        letter-spacing: 1px;
    }
    .office-hoursb {
        width: 100%;
        margin: 30px auto 0;
    }
    .workprog-lbox {
        padding: 40px 20px 30px;
        height: 100%;
    }
    .workprog-lbox p, .workprog-lbox a {
        font-size: 16px;
        line-height: unset;
        margin: 0 auto;
        width: 100%;;
    }
    .workprog-lbox h4 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    .contactp-cfbox {
        padding: 30px 25px 5px;
        margin-right: 0;
    }
    .work-progress.contact {
        padding: 40px 0 6px;
    }
    .hmain-content.contactpf-ct {
        text-align: center;
        margin-bottom: 25px;
    }
    .hmain-content.contactpf-ct  h3{
        font-size: 28px;
    }
    .google-mapsec, .google-mapsec iframe {
        width: 100%;
        height: 360px;
    }
}
@media(max-width: 1024px){
    .hbcompany-content{
        padding: 15px 40px;
    }
    .hcompanyl-list ul{
        column-gap: 40px;
    }
    .hcompanyl-lbox .vertically-center img {
        height: 95px;
    }
    .hsellproperty-sec {
        padding: 25px 0 20px;
    }
    .hmain-content.small h1, .hmain-content.small h2, .hmain-content.small h3, .hmain-content.small h4, .hmain-content.small h5, .hmain-content.small h6 {
        font-size: 22px;
        line-height: 29px;
        margin: 0 0 10px 0;
    }
    .hsellproperty-content .hmain-content {
        margin-bottom: 10px;
    }
    .hmain-content.small p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 auto 12px;
    }
    .hmain-content.small ul {
        margin: 10px 0;
    }
    .hmain-content.small ul li {
        font-size: 14px;
        margin-bottom: 8px;
        padding-left: 20px;
    }
    .hmain-content ul li::after {
        width: 11px;
        height: 11px;
        top: 6px;
    }
    .hmakespecial-ct a.all-buttons {
        margin-top: 15px;
    }
    .hchoose-sec .hmain-content h1, .hchoose-sec .hmain-content h2, .hchoose-sec .hmain-content h3, .hchoose-sec .hmain-content h4, .hchoose-sec .hmain-content h5, .hchoose-sec .hmain-content h6, .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6 {
        font-size: 29px;
        margin: 0 0 13px 0;
    }
    .hmain-content p {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 10px 0;
    }
    .hmain-content p strong{
        font-size: 14px;
    }
    .hsellproperty-list .col-sm-12 {
        flex: auto;
        width: 50%;
    }
    .hsellproperty-lbox .thumb img {
        height: 260px;
    }
    .hfinalcial-sec {
        padding: 40px 0;
    }
    .hmain-content.hmakespecial-ct {
        padding: 25px 25px;
        margin: 0;
    }
    .hmain-content a, .hmain-content a.all-buttons{
        font-size: 14px;
    }
    .team-sec {
        padding: 0 0 45px 0;
    }
    .team-img img {
        height: 380px;
    }
    .team-data h3{
        font-size: 21px;
    }
    .team-data {
        padding-top: 20px;
    }
    .site-footer {
        padding: 40px 0 0;
    }
    .copyright {
        padding: 13px 0;
        margin-top: 40px;
    }
    .ftmenus-dt .row{
        justify-content: unset;
        flex-wrap: wrap;
        column-gap: unset;
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }
    .ftmenus-dt .row .col-sm-12{
        width: 33.33%;
        flex: auto;
    }
    .ftmenus-dt .row .col-sm-12:first-child{
        flex: auto;
        width: 100%;
    }
    .footer-logo, .ftdesc-pg{
        width: 100%;
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .ftdesc-pg p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 300;
        margin: 0 auto;
        width: 55%;
    }
    .team-img img {
        height: 350px;
    }
    .team-social ul li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}
@media(max-width: 900px){
    .ftdesc-pg p{
        width: 100%;
    }
    .ftmenus-dt .row .col-sm-12:nth-child(2){
        width: 20%;
    }
    .ftmenus-dt .row .col-sm-12:nth-child(3){
        width: 30%;
    }
    .ftmenus-dt .row .col-sm-12:nth-child(4){
        width: 50%;
    }
    .hbcompany-lsec {
        padding-top: 45px;
    }
    .hbcompany-content{
        margin-top: 0;
    }
    .hslider-bg.cover {
        height: auto;
        padding: 60px 0;
    }
    .hslide-content {
        padding: 35px 70px 31px;
    }
    #home_slider .slick-next, #home_slider .slick-prev {
        top: 50%;
    }
    .hproperty-msec .hmain-content {
        margin-bottom: 15px;
    }
    .hproperty-msec .hmain-content.hskincare-innerct{
        margin-bottom: 0;
    }
    .faqs_list .card {
        margin-bottom: 11px;
    }
    .hfinalcial-sec {
        padding: 15px 0 40px;
    }
    .team-sec .row {
        justify-content: center;
    }
    .team-img img {
        height: 450px;
    }
    .office-hoursb{
        padding: 20px 30px 10px;
    }
}
@media(max-width: 767px){
    .hslide-content h1, .hslide-content h2, .hsli\\de-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 33px;
    }
    .hslide-content p {
        font-size: 16px;
        line-height: unset;
    }
    .hmakespecial-img img{
    }
    #hproperty_slide {
        padding: 0 60px;
    }
    .hskincare-box.cover{
        margin: 0;
    }
    #hproperty_slide .slick-next {
        right: 15px;
    }
    #hproperty_slide .slick-prev {
        left: 15px;
    }
    .hproperty-msec .hmain-content {
        margin-bottom: 30px;
    }
    .hmakespecial-content.right .col-sm-12:first-child,
    .hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:first-child{
        order: 1;
    }
    .hmakespecial-content.right .col-sm-12:nth-child(2),
    .hmakespecial-lsec .hmakespecial-content .row.right .col-sm-12:nth-child(2),
    .page-template-default .ficspecial-flsec .row.left .col-sm-12:first-child{
        order: 2;
    }
    .page-template-default .ficspecial-flsec .hmakespecial-content .row.right .col-sm-12:first-child,
    .lasticspecial-sec .row.left .col-sm-12:first-child{
        order: 2;
    }
    .page-template-default .ficspecial-flsec .hmakespecial-content .row.right .col-sm-12:nth-child(2),
    .lasticspecial-sec .row.left .col-sm-12:nth-child(2){
        order: 1;
    }
    .hmakespecial-lsec.lasticspecial-sec .hmakespecial-content .row.right .col-sm-12:first-child{
        order: 2;
    }
    .hmakespecial-lsec.lasticspecial-sec .hmakespecial-content .row.right .col-sm-12:nth-child(2){
        order: 1;
    }
    .page-template-default .ficspecial-flsec {
        padding: 0 0 35px;
    }
    .content-header.cover {
        padding: 70px 0;
    }
    .conthead-content h1 {
        font-size: 30px;
        margin: 0 0 6px 0;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong, ul#breadcrumbs li i {
        font-size: 11px;
    }
    .parent-pageid-686 ul#breadcrumbs {
    display: none;
  }
    .parent-pageid-686 h1 {
    font-size: 40px;
}
    .faqs_list .card-body {
        padding: 20px 15px 5px;
        font-size: 20px;
    }
    .faqs_list ul li {
        margin-bottom: 13px;
    }
    .faqs_list ul li:last-child{
        margin-bottom: 0;
    }
    .lasticspecial-sec {
        padding: 50px 0;
    }
    .page-id-512 .ficspecial-flsec {
        padding: 40px 0 35px;
    }
    .hmain-content.hmakespecial-ct {
        padding: 30px 25px 35px;
    }
    .workprog-lbox{
        margin-bottom: 12px;
        height: auto;
    }
    .hmain-content {
        margin-bottom: 12px;
    }
    .contactpf-content .col-sm-12:first-child {
        order: 2;
    }
    .contactpf-img {
        width: 60%;
        margin: 15px 0 0 auto;
    }
    .contactpf-content .col-sm-12:nth-child(2) {
        align-self: unset;
    }
    .contactp-cfbox{
        margin-bottom: 35px;
    }
    .google-mapsec, .google-mapsec iframe {
        width: 100%;
        height: 300px;
    }
}
@media(max-width: 667px){
    body .container {
        max-width: 100%;
        padding: 0 25px;
    }
    .hcompanyl-lbox .vertically-center {
        padding: 0 10px;
    }
    .hchoose-sec .hmain-content {
        padding: 40px 35px;
    }
    .hsellproperty-list .col-sm-12 {
        width: 100%;
    }
    .hsellproperty-lbox .thumb img {
        height: auto;
    }
    #home_slider .slick-prev {
        left: 40px;
    }
    .hmakespecial-sec {
        padding: 0 0 40px 0;
    }
    #home_slider .slick-next{
        right: 40px;
    }
    .hsellproperty-list .row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 25px;
    }
    .team-img img {
        height: 375px;
    }
    .hmakespecial-sec.hmakespecial-lsec.lasticspecial-sec {
        padding-top: 30px;
    }
}
@media(max-width: 570px){
    .hslider-bg.cover {
        padding: 30px 0;
    }
    .hbcompany-lsec {
        padding-top: 35px;
    }
    .team-img img {
        height: auto;
    }
    .ftmenus-dt .row .col-sm-12:nth-child(2),
    .ftmenus-dt .row .col-sm-12:nth-child(3){
        width: 100%;
    }
    .ftmenus-dt strong.ft-titles{
        margin-bottom: 5px;
    }
    .ft-menu ul li {
        margin-bottom: 3px;
    }
    .ft-contactdt ul li {
        margin-bottom: 5px;
    }
    .ftmenus-dt .row {
        --bs-gutter-y: 15px;
    }
}
@media(max-width: 480px){
    .site-header .container {
        padding: 0 25px;
    }
    .site-logo {
        width: 181px;
    }
    #menuToggle{
        top: 52px;
        right: 25px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 23px;
        font-weight: bold;
        margin: 0 0 10px 0;
    }
    .hmain-content.hskincare-innerct h1, .hmain-content.hskincare-innerct h2, .hmain-content.hskincare-innerct h3, .hmain-content.hskincare-innerct h4, .hmain-content.hskincare-innerct h5, .hmain-content.hskincare-innerct h6 {
        font-size: 19px;
    }
    .hmain-content.hskincare-innerct p, .hmain-content.hskincare-innerct ul li {
        font-size: 14px;
    }
    .hmain-content ul {
        margin: 10px 0 15px;
    }
    .hskincare-box.cover {
        height: 330px;
        min-height: auto;
    }
    #home_slider .slick-prev,
    #hproperty_slide .slick-prev,
    #home_slider .slick-next,
    #hproperty_slide .slick-next{
        width: 15px;
        height: 39px;
        background-size: 13px;
    }
    #home_slider .slick-next:before, #hproperty_slide .slick-next:before,
    #home_slider .slick-prev:before, #hproperty_slide .slick-prev:before{
        background-size: 16px;
    }
    #hproperty_slide {
        padding: 0 45px;
    }
    .faqs_list a.card-link {
        font-size: 14px;
    }
    .faqs_list a.card-link {
        padding: 14px 15px;
    }
    .faqs_list .card a.card-link::after{
        font-size: 11px;
        right: 16px;
        width: 20px;
        height: 20px;
        line-height: 21px;
    }
    .hchoose-sec .hmain-content h1, .hchoose-sec .hmain-content h2, .hchoose-sec .hmain-content h3, .hchoose-sec .hmain-content h4, .hchoose-sec .hmain-content h5, .hchoose-sec .hmain-content h6, .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6{
        font-size: 20px;
        margin: 0 0 13px 0;
    }
    .hsellproperty-lbinner h3 {
        font-size: 19px;
        margin: 0 0 10px 0;
    }
    #home_slider .slick-prev {
        left: 5px;
    }
    #home_slider .slick-next {
        right: 5px;
    }
    .hslide-content {
        padding: 34px 20px 25px;
    }
    .hmain-content p {
        font-size: 15px;
        line-height: 25px;
    }
    .hchoose-sec .hmain-content {
        padding: 30px 25px;
        text-align: left;
    }
    .hmain-content.hskincare-innerct ul li i::before {
        top: 2px;
        width: 18px;
        height: 18px;
    }
    .faqs_list ul li {
        font-size: 16px;
    }
    .hmain-content .d-flex {
        display: block !important;
    }
}
@media(max-width: 414px){
    .hbcompany-content {
        padding: 15px;
    }
    .google-mapsec, .google-mapsec iframe {
        height: 250px;
    }
}
@media(max-width: 375px){
    #home_slider .slick-prev, #hproperty_slide .slick-prev, #home_slider .slick-next, #hproperty_slide .slick-next {
        width: 10px;
        height: 26px;
        background-size: 13px;
    }
    #home_slider .slick-next:before, #hproperty_slide .slick-next:before, #home_slider .slick-prev:before, #hproperty_slide .slick-prev:before {
        background-size: 10px;
    }
    #hproperty_slide .slick-prev {
        left: 5px;
    }
    #hproperty_slide {
        padding: 0 30px;
    }
    .hmain-content h1 br, .hmain-content h2 br, .hmain-content h3 br, .hmain-content h4 br, .hmain-content h5 br, .hmain-content h6 br{
        display: none;
    }
    #hproperty_slide .slick-next {
        right: 5px;
    }
    .hmain-content a, .hmain-content a.all-buttons {
        font-size: 13px;
        padding: 8px 20px;
        text-align: center;
    }
}
@media(max-width: 360px){
    .nav-bar{
        width: 100%;
    }
    .hslide-content {
        padding: 22px 15px 15px;
    }
    .hslide-content p {
        font-size: 14px;
        line-height: unset;
        margin: 0 0 8px 0;
    }
}