/**
*	Theme Name: Bärlin Umzüge
**/

body{
    font-family: "Jost", sans-serif !important;
	max-width: 100%;
	overflow-x:hidden;
}
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;
}

.gform-theme--framework  .furniture_checkbox.gfield--type-choice .gfield_checkbox{
	flex-direction:row;
	flex-wrap: wrap;
}
.gform-theme--framework  .furniture_checkbox.gfield--type-choice .gchoice {
	align-items:center;
}
/* 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
}
.checkbox_title{
	color:#404040;
	font-weight:bold;
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.wpcf7-list-item.first{
	margin-left:0;
}
.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 45px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #173b61;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #173b61;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    right: -4px;
    top: -1px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(23, 59, 97, 0.8);
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -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: 250px;
    font-size: 14px;
    line-height: normal;
}
ul.sub-menu li a:hover {
    background: #173b61;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 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: #e7cd44;
}
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 .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #e7cd44;
}
.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: 250px 0 100px;
    position: relative;
    background-attachment: fixed !important;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.7);
    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: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.conthead-content{
    text-align: center;
}
.conthead-content a.all-buttons{
    text-align: center;
    margin-top: 25px;
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 8px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li,
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.all-pages-content {
    padding: 40px 0;
}
.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: #173b61;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.all-pages-content h1 strong,
.all-pages-content h2 strong,
.all-pages-content h3 strong,
.all-pages-content h4 strong,
.all-pages-content h5 strong,
.all-pages-content h6 strong{
    color: #e7cd44;
    font-weight: 600;
}
.all-pages-content p{
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #404040;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #e7cd44;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
.all-pages-content ul li {
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.all-pages-content ul li::after {
    color: #e7cd44;
    display: block;
    content: '' !important;
    font-family: unset;
    position: absolute;
    font-size: 16px;
    left: 0;
    top: 7px;
    background-color: #e7cd44;
    width: 9px;
    height: 9px;
    border-radius: 100%;
}
.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 #173b61;
	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 #173b61;
	filter: dropshadow(color=#173b61, 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*/
.topbar{
    background-color: #e7cd44;
    padding: 15px 0 13px;
}
.topbar .container{
    max-width: 100%;
    padding: 0 40px;
}
.topbar-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right
}
.topbar-content ul li{
    display: inline-block;
    margin-right: 35px;
}
.topbar-content ul li:last-child{
    margin-right: 0;
}
.topbar-content ul li a,
.topbar-content ul li span{
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.4s ease;
    letter-spacing: 0;
    text-transform: unset;
}
.topbar-content ul li a i,
.topbar-content ul li span i{
    margin-right: 5px;
}
.topbar-content ul li a:hover{
    color: #173b61;
}
.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.site-header.fixedmenu .topbar{
    display: none;
}
.logo-text a {
    display: flex;
    column-gap: 15px;
    align-items: center;
}
.logo-text img {
    width: 188px;
}
.logo-text strong {
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 3px;
    font-weight: bold;
}
.logo-text strong span {
    color: #e7cd44;
    display: block;
    letter-spacing: 4px;
    font-size: 27px;
    font-weight: 500;
}
.header-content {
    padding: 21px 0 20px;
}
.header-content .container,
.topbar .container{
    max-width: 100%;
    padding: 0 70px;
}
.site-logo img {
    width: 441px;
    margin: 0 auto;
    text-align: center;
}
.sticky-rbar {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 9;
}
.sticky-rbar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sticky-rbar ul li {
    margin-bottom: 4px;
}
.sticky-rbar ul li a {
    color: #ffffff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #e7cd44;
    transition: all 0.4s ease;
    text-align: center;
}
.sticky-rbar ul li a:hover{
    color: #ffffff;
    background-color: #173b61;
}
/*Header*/

/*Home*/
.hbanner-sec.cover {
    padding: 160px 0 210px;
    position: relative;
    background-position: top center !important;
    background-attachment: fixed !important;
}
.hbanner-sec.cover::after {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.hbanner-sec.cover .container {
    max-width: 1400px;
}
.hbanner-mainct{
    position: relative;
    z-index: 1;
}
.hbanner-content {
    width: 100%;
    text-align: left;
}
.homepage_banner_content{
	margin-bottom: 50px;
}
.hbanner-content h1,
.hbanner-content h2,
.hbanner-content h3{
    color: #173b61;
    font-size: 65px;
    font-weight: 400;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.hbanner-content h4,
.hbanner-content h5,
.hbanner-content h6{
    color: #ffffff;
    font-size: 40px;
    font-weight: 200;
    margin: 0 0 25px 0;
    text-transform: capitalize;
}
.hbanner-content h1 strong,
.hbanner-content h2 strong,
.hbanner-content h3 strong,
.hbanner-content h4 strong,
.hbanner-content h5 strong,
.hbanner-content h6 strong{
    color: #e7cd44;
    font-weight: 500;
}
.hbanner-content h4 strong,
.hbanner-content h5 strong,
.hbanner-content h6 strong{
    font-weight: 400;
}
.hbanner-content p {
    color: #404040;
    font-size: 22px;
    font-weight: 200;
    margin: 0 0 16px 0;
    width: 93%;
}
.hbanner-content p strong {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 23px;
    color: #e7cd44;
    margin-bottom: 20px;
    display: block;
}
.hbanner-content ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hbanner-content ul li{
    display: inline-block;
    margin-right: 15px;
}
.hbanner-content a{
    margin-top: 20px;
}
a.all-buttons,
.hbanner-content a,
.nav-menu li.menu-button a{
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    background-color: #e7cd44;
    padding: 12px 40px 11px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    letter-spacing: 2px;
}
a.all-buttons:hover,
.nav-menu li.menu-button a:hover{
    color: #ffffff;
    background-color: #173b61;
}
.nav-menu li.menu-button a{
    line-height: unset;
}
.hbanner-content ul li a{
    color: #173b61;
    line-height: unset;
    background-color: transparent;
    border: 1px solid #173b61;
}
.hbanner-content ul li:nth-child(2) a{
    color: #ffffff;
    background-color: #e7cd44;
    border-color: #e7cd44;
}
.hbanner-content ul li:nth-child(2) a:hover,
.hbanner-content ul li a:hover{
    color: #ffffff;
    background-color: #173b61;
    border-color: #173b61;
}
.hbanner-content a:hover{
    color: #ffffff;
    background-color: #173b61;
}
.habout-sec {
    padding: 70px 0;
    overflow: hidden;
    background-color: #fbfbfb;
    position: relative;
    z-index: 0;
}
.habout-sec.habtsec{
    margin-top: -100px;
    padding-top: 190px;
}
.habout-sec.aboutpg-sec {
    background: none;
}
.habtsec-content{
    position: relative;
    z-index: 1;
}
.habout-sec::after{
    content: '';
    display: inline-block;
/*     background-image: url(images/allafter-bg.svg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}
.habout-sec.aboutpg-sec::after{
    display: none;
}
.habout-content {
    position: relative;
    z-index: 2;
}
.habout-content .row {
    border-right: 1px solid #173b61;
    background-color: #fbfbfb;
}
.habtsec .habout-content .row{
    background-color: #ffffff;
}
.habout-content .row.right{
    border: none;
    border-left: 1px solid #e7cd44;
}
.habout-content .row.right .col-sm-12:first-child{
    order: 2;
}
.habout-img img {
    width: 100%;
    height: 585px;
    object-fit: cover;
}

.habout-sec .hmain-content {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.habout-ct {
    padding: 55px 45px 40px;
}
.habout-ct.full {
    text-align: center;
    margin-bottom: 50px;
    background-color: #173b61;
    padding: 45px 60px 35px;
    border-radius: 10px;
}
.habout-ct.full h1,
.habout-ct.full h2,
.habout-ct.full h3,
.habout-ct.full h4,
.habout-ct.full h5,
.habout-ct.full h6{
    color: #ffffff;
    font-size: 30px;
}
.habout-ct.full p {
    color: #ffffff;
    width: 86%;
    margin: 0 auto 15px;
}
.habout-ct h1,
.habout-ct h2,
.habout-ct h3,
.habout-ct h4,
.habout-ct h5,
.habout-ct h6,
.habout-ct div{
    color: #173b61;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px 0;
    text-transform: capitalize;
}
.habout-ct.white h1,
.habout-ct.white h2,
.habout-ct.white h3,
.habout-ct.white h4,
.habout-ct.white h5,
.habout-ct.white h6,
.habout-ct.white p,
.habout-ct.white div{
    color: #ffffff;
}
.habout-ct h1 strong,
.habout-ct h2 strong,
.habout-ct h3 strong,
.habout-ct h4 strong,
.habout-ct h5 strong,
.habout-ct h6 strong,
.habout-ct div strong{
    color: #e7cd44;
    font-weight: 600;
}
.habout-ct p {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 20px 0;
}
.habout-ct p:last-child{
    margin: 0;
}
.habout-ct.white a.all-buttons{
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}
.habout-ct.white a.all-buttons:hover{
    color: #ffffff;
    background-color: #e7cd44;
    border-color: #e7cd44;
}
.habout-ct ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.habout-ct ul li {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.habout-ct ul li:last-child{
    margin-bottom: 0;
}
.habout-ct ul li::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    background-color: #e7cd44;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}
.habout-ct a.all-buttons{
    margin-top: 20px;
}
.hservice-sec.cover {
    padding: 60px 0 50px;
    position: relative;
    background-attachment: fixed !important;
}
.hservice-sec.cover::after{
    content: '';
    display: inline-block;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.hmain-content {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto 60px;
}
.hservice-sec .hmain-content{
    margin-bottom: 50px;
}
.hmain-content h1,
.hmain-content h2,
.hmain-content h3,
.hmain-content h4,
.hmain-content h5,
.hmain-content h6,
.hmain-content div{
    color: #173b61;
    font-size: 41px;
    font-weight: 500;
    margin: 0 0 15px 0;
}
.hmain-content h1 strong,
.hmain-content h2 strong,
.hmain-content h3 strong,
.hmain-content h4 strong,
.hmain-content h5 strong,
.hmain-content h6 strong,
.hmain-content div strong{
    color: #e7cd44;
    font-weight: 600;
}
.hmain-content p{
    color: #404040;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.hmain-content p a {
    color: #404040;
    text-decoration: underline !important;
    transition: all 0.4s ease;
    display: inline-block;
}
.hmain-content p a:hover{
    color: #e7cd44;
}
.hmain-content p strong{
    font-weight: 600;
}
.hmain-content.white p{
    color: #ffffff;
}
.hmain-content.white h1,
.hmain-content.white h2,
.hmain-content.white h3,
.hmain-content.white h4,
.hmain-content.white h5,
.hmain-content.white h6{
    color: #ffffff;
}
.hservice-content{
    position: relative;
    z-index: 1;
}
.hservice-lbox {
    background-color: #e7cd44;
    padding: 40px 30px;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 30px;
    transition: all 0.4s ease;
}
.hservice-lbox:hover{
    background-color: #af9662;
}
.hservice-lbox img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(80%) saturate(306%) hue-rotate(280deg) brightness(112%) contrast(100%);
    width: 60px;
    margin: 0 auto;
}
.hservice-lbox strong {
    color: #ffffff;
    font-size: 23px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
}
.hleistungen-lbtn {
    text-align: right;
}
.haushalt-sec{
    padding: 70px 0;
    background-color: #f9f9f9;
    position: relative;
}
.haushalt-sec::after,
.hcontact-sec::after{
    content: '';
    display: inline-block;
/*     background-image: url(images/sections-after.png); */
    background-size: 185px;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0.3;
	transform: translateX(100%);
    transition: transform 1.5s ease-out;
    
}
.haushalt-sec.scrolled::after{
	transform: translateX(0);
}
.haushalt-sec .container {
    max-width: 1366px;
}
.haushalt-sec .habout-img img {
    height: 625px;
    border-radius: 5px;
}
.haushalt-content .habout-ct {
    padding-left: 15px;
}
.haushalt-content .right .col-sm-12:first-child {
    order: 2;
}
.haushalt-content .right .habout-ct{
    padding-right: 0;
    padding-right: 10px;
}
.hmap-sec {
    padding: 50px 0 10px;
    overflow: hidden;
}
.hmap-rightct{
    padding-left: 40px;
}
.hmap-rightct .habout-ct h1,
.hmap-rightct .habout-ct h2,
.hmap-rightct .habout-ct h3,
.hmap-rightct .habout-ct h4,
.hmap-rightct .habout-ct h5,
.hmap-rightct .habout-ct h6{
    font-size: 40px;
    text-transform: capitalize;
}
.hmap-list{
    margin-top: 50px;
}
.hmap-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hmap-list ul li{
    margin-bottom: 10px;
    position: relative;
}
.hmap-list ul li a{
    color: #173b61;
    font-size: 30px;
    font-weight: bold;
    transition: all 0.4s ease;
    display: inline-block;
}
.hmap-list ul li a:hover{
    color: #e7cd44;
}
.hmap-list ul li:nth-child(2){
    left: 20px;
}
.hmap-list ul li:nth-child(3){
    left: 40px;
}
.hmap-list ul li:nth-child(4){
    left: 60px;
}
.hmap-list ul li:nth-child(5){
    left: 80px;
}
.hmap-list ul li:nth-child(6){
    left: 100px;
}
.hmap-list ul li:nth-child(7){
    left: 120px;
}
.hmap-list ul li:nth-child(8){
    left: 140px;
}
.hmap-list ul li:nth-child(9){
    left: 160px;
}
.barenstarke-sec{
    padding: 70px 0 52px;
}
.haushalt-list{
    margin: 50px 0 60px-;
}
.haushalt-list .col-sm-12{
    margin-bottom: 30px;
}
.haushalt-lbox {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
    padding: 45px 30px;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.4s ease;
    height: 100%;
    border-bottom: 2px solid transparent;
}
.haushalt-lbox:hover {
    border-color: #e7cd44;
    transform: scale(1.1);
    background-color: #e7cd44;
    box-shadow: none;
}
.haushalt-lbox:hover *{
    color: #ffffff;
}
.haushalt-lbox img{
    filter: brightness(0) saturate(100%) invert(99%) sepia(74%) saturate(4510%) hue-rotate(336deg) brightness(95%) contrast(96%);
    width: 50px;
    margin: 0 auto;
}
.haushalt-lbox:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(14deg) brightness(108%) contrast(101%);
}
.haushalt-lbox strong {
    color: #173b61;
    font-size: 23px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    margin-bottom: 9px;
    text-transform: uppercase;
}
.haushalt-lbox p,
.haushalt-lbox a{
    color: #404040;
    font-size: 18px;
    font-weight: 300;
   }
.hinquire-sec {
    background-color: #f9f9fb;
    padding: 60px 0;
}
.hclearing-sec.cover.hinquiresecc::after {
    background: none;
    background-Color: rgba(0,0,0,0.6);
}
.hinquiresecc .hmain-content.white {
    text-align: center;
    margin-bottom: 50px;
}
.hinquire-sec.cover{
    padding: 70px 0;
}
.hinquire-sec .hmain-content{
    margin-bottom: 40px;
}
.hinquire-list{
    position: relative;
    z-index: 1;
}
.hinquire-list .row{
    margin-left: -10px;
    margin-right: -10px;
}
.hinquire-list .col-4{
    padding-left: 10px;
    padding-right: 10px;
}
.hinquire-list .haushalt-lbox {
    background-color: #ffffff;
    padding: 30px 15px 15px;
    height: 100%;
    margin-bottom: 20px;
    box-shadow: none;
}
.hinquire-list .haushalt-lbox:hover{
    transform: unset;
}
.hinquire-content .habout-img img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
}
.hinquire-list .haushalt-lbox img {
    width: 60px;
    filter: brightness(0) saturate(100%) invert(72%) sepia(30%) saturate(470%) hue-rotate(7deg) brightness(93%) contrast(92%);
}
.hinquire-list .haushalt-lbox strong {
    font-size: 21px;
    margin-top: 15px;
}
.hinquire-list .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
.hinquire-list .col-6{
    padding-left: 10px;
    padding-right: 10px;
}
.hapartment-sec .hmain-content{
    margin-bottom: 60px;
}
.hmain-content a.all-buttons {
    margin-top: 25px;
}
.hapartment-sec .habout-ct {
    padding-left: 15px;
}
.hleistungen-sec {
    padding: 60px 0 60px;
    background-color: #fbfbfb;
    z-index: 0;
    position: relative;
}
.hleistungen-sec .container {
    max-width: 100%;
    padding: 0 150px;
}
.hleistungen-sec::after {
    content: '';
    display: inline-block;
    background-image: url(images/allafter-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.01;
}
.hleistungen-sec.scrolled::after{
	 transform: translateX(0);
}
.hleistungen-ltitlee {
    position: relative;
}
.hleistungen-ltitlee::after {
    content: '';
    display: inline-block;
    background-color: #e7cd44;
    width: 24%;
    position: absolute;
    top: 26px;
    right: 0;
    z-index: 0;
    height: 1px;
}
.hleistungen-sec.homelist{
    padding: 40px 0 0;
    background-color: #ffffff;
}
.hleistungen-sec.homelist::after{
    display: none;
}
.hleistungen-sec.homelist .container {
    max-width: 100%;
    padding: 0;
}
.hleistungen-sec.homelist .hmain-content{
    padding: 0;
}
.hleistungen-sec.homelist .hmain-content h1,
.hleistungen-sec.homelist .hmain-content h2,
.hleistungen-sec.homelist .hmain-content h3,
.hleistungen-sec.homelist .hmain-content h4,
.hleistungen-sec.homelist .hmain-content h5,
.hleistungen-sec.homelist .hmain-content h6{
    margin: 0;
    text-align: center;
}
.hleistungen-sec.homelist .hmain-content a{
    margin: 0;
}
.hleistungen-list .row{
    margin-left: -10px;
    margin-right: -10px;
}
.hleistungen-list .col-sm-12{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.homelist .hleistungen-list .row{
    margin-left: 0;
    margin-right: 0;
}
.homelist .hleistungen-list .col-sm-12{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.hleistungen-lbox {
    margin-bottom: 0;
    height: 100%;
    border-bottom: 2px solid transparent;
    transition: all 0.4s ease;
    background-color: #ffffff;
}
.homelist .hleistungen-list{
    border-left: 2px solid #ffffff;
}
.homelist .hleistungen-lbox{
    height: auto;
    position: relative;
    box-shadow: none;
    border-right: 2px solid #fff;
    margin: 0;
}
.hleistungen-lbox .thumb{
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
}
.hleistungen-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: 1;
}
.hleistungen-lbox .thumb img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: all 1s ease;
}
.homelist .hleistungen-lbox .thumb img{
    height: 440px;
}
.hleistungen-lbox:hover .thumb img{
    transform: scale(1.2);
    transition: all 1s ease;
}
.hleistungen-bict {
    padding: 20px 27px 30px;
    text-align: left;
}
.hleistungen-lbox a.all-buttons {
    font-size: 12px;
    padding: 9px 25px 8px;
    margin-top: 20px;
}
.homelist .hleistungen-lbox .hleistungen-bict{
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    z-index: 1;
}
.hleistungen-lbox strong {
    color: #173b61;
    font-size: 21px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.homelist .hleistungen-lbox .hleistungen-bict strong{
    color: #ffffff;
    font-size: 34px;
    font-weight: 400;
}
.hleistungen-lbox p {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
}
.hleistungen-lbox ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hleistungen-lbox ul li {
    color: #404040;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 13px;
    position: relative;
    padding-left: 25px;
}
.hleistungen-lbox ul li::after{
    color: #e7cd44;
    display: block;
    content: '\f046';
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 0;
}
.hleistungen-btns {
    text-align: center;
    margin-top: 30px;
}
.hleistungen-btns a.all-buttons:hover{
    color: #ffffff;
    background-color: #173b61;
}
.hleistungen-content{
    position: relative;
    z-index: 2;
}
.hleistungen-content .hmain-content {
    margin-bottom: 40px;
}
.hclearing-sec.cover {
    padding: 100px 0 70px;
    background-attachment: fixed !important;
    position: relative;
	overflow: hidden;
}
.hclearing-sec.cover::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.hclearing-content{
    position: relative;
    z-index: 1;
}
.hclearing-content .hmain-content {
    text-align: left;
}
.hclearing-content .hmain-content h1,
.hclearing-content .hmain-content h2,
.hclearing-content .hmain-content h3,
.hclearing-content .hmain-content h4,
.hclearing-content .hmain-content h5,
.hclearing-content .hmain-content h6{
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px 0;
}
.hmain-content p{
    font-weight: 300;
}
.page-template-kontakt .conthead-content a.all-buttons{
    display: none;
}
.hcontact-sec {
    padding: 70px 0 55px;
    position: relative;
    overflow: hidden;
}
.hcontact-form {
    background-color: #ffffffB3;
    position: relative;
    padding: 19px 40px 45px;
    border-radius: 5px;
    max-width: 750px;
    margin: 0 auto;
}
.hcontact-form .hmain-content {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    text-align: center;
}
.hcontact-form .hmain-content h1,
.hcontact-form .hmain-content h2,
.hcontact-form .hmain-content h3,
.hcontact-form .hmain-content h4,
.hcontact-form .hmain-content h5,
.hcontact-form .hmain-content h6{
    color: #000080;
}
.hcontact-form .hmain-content strong{
    color: #e7cd44;
}
.hcontact-form .hmain-content p {
    color: #404040;
    width: 90%;
    margin: 0 auto;
}
.hcontact-form .row{
    margin-left: -8px;
    margin-right: -8px;
}
.hcontact-form .col-3,
.hcontact-form .col-4,
.hcontact-form .col-6,
.hcontact-form .col-8,
.hcontact-form .col-12{
    padding-left: 8px;
    padding-right: 8px;
}
.hcontact-form .gform_wrapper .gf_progressbar_wrapper{
    display: none;
}
.gform_wrapper .gform-body .gform_page_fields .gform_fields {
    grid-gap: 18px;
}
body .gform-theme--framework .gfield_list_group_item:before,
body .gform-theme--framework .gform-field-label{
    --gf-local-color: rgba(98, 65, 31, 1);
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield input,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield select,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield textarea,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield input::placeholder,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield select::placeholder,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield textarea::placeholder{
    color: #898989;
    font-size: 14px;
    font-weight: 400;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield input,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield select,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield textarea{
    background-color: #efefef;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 0 20px;
    border-radius: 4px;
}
.gfield-choice-input{
	padding: 0 0px!important;
}
.hcontact-form input,
.hcontact-form select,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield input,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield select{
    /*height: 50px;*/
}
.hcontact-form textarea,
.gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield 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 span{
    color: #404040;
}
.hcontact-form span.wpcf7-not-valid-tip{
    color: #dc3232 !important;
}
body .gform_wrapper .gform-body .gform_page_footer {
    margin-top: 40px;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit,
body .gform_wrapper .gform-body .gform_page_footer input.gform-theme-button.button,
body .gform_wrapper .gform-body .gform_page_footer .gform_button.button{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-color: #e7cd44;
    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 #e7cd44;
    width: auto;
}
input[disabled].wpcf7-submit {
	background-color: #999 !important;
	border-color: transparent !important;
	cursor: default !important;
}
.wpcf7-form-control-wrap input {
	padding: 0.5rem 1rem;
}
.wpcf7-form-control-wrap {
	display: block;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover,
body .gform_wrapper .gform-body .gform_page_footer input.gform-theme-button.button:hover,
body .gform_wrapper .gform-body .gform_page_footer .gform_button.button:hover{
    color: #ffffff;
    background-color: #173b61;
    border-color: #173b61;
}
.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: #e7cd44;
}
.hcontact-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*Home*/

/*Leistungen Single*/
.singleleist-sec {
    padding: 70px 0 20px;
}
.singleleist-box .col-sm-12{
    align-self: center;
    margin-bottom: 50px;
}
.singleleist-box.left .col-sm-12:first-child{
    order: 2;
}
.singleleist-box.left .col-sm-12:nth-child(2){
    order: 1;
}
.singleleist-box .habout-img img,
.aboutpg-sec .habout-img img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 0;
}
.singleleist-box.left .habout-ct{
    padding-left: 15px;
}
.singleleist-box.right .habout-ct{
    padding-right: 15px;
}
.singleleist-filter .comparison {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.singleleist-filter .comparison{
	padding-bottom: 560px;
}
.singleleist-filter figure {
    position: absolute;
    background-size: cover;
    font-size: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.singleleist-filter .divisor {
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
}
.singleleist-filter .divisor::before,
.singleleist-filter .divisor::after{
    content: "";
    position: absolute;
    right: -5px;
    width: 10px;
    height: 100%;
    background: #e7cd44;
    z-index: 0;
    box-shadow: none !important;
}
.singleleist-filter .divisor::before{
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(0, 0, 0, 0.3);
}
.singleleist-filter .divisor::after{
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.3);
}
.singleleist-filter .handle {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}
.singleleist-filter .handle::before,
.singleleist-filter .handle::after{
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
}
.singleleist-filter .handle::before{
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}
.singleleist-filter .handle::after{
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}
.singleleist-filter input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: transparent;
    width: calc(100% + 50px);
    z-index: 2;
}
.singleleist-video video {
    width: 100%;
    height: 520px;
}
.singleleist-filter input[type="range"]:focus,
.singleleist-filter input[type="range"]:active{
    border: none;
    outline: none;
}
.singleleist-filter input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: transparent;
    border: 4px solid white;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}
.singleleist-filter input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 15px;
    width: 100%;
    background-color: transparent;
    position: relative;
    outline: none;
}

/*Leistungen Single*/
.allseo-csec {
    padding: 70px 0;
    background-color: #ffffff;
    position: relative;
    border-bottom: 3px solid #e7cd44;
    border-top: 3px solid #e7cd44;
}
/*
.allseo-csec::after{
    content: '';
    display: inline-block;
    background-image: url(images/allafter-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.4;
}
*/
.hbcompany-content {
    background-color: #ffffff;
    box-shadow: 0 0 24px rgba(38, 38, 38, 0.2);
    padding: 40px 50px;
    position: relative;
    z-index: 1;
    border-radius: 0;
    margin-top: -96px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 10px;
}
.hcompany-title h3 {
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.hcompany-title h3 strong{
    color: #e7cd44;
}
.hcompany-title p {
    color: #404040;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
.hcompanyl-list {
    border-left: 1px solid #f1f1f1;
    padding-left: 55px;
}
.hcompanyl-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    justify-content: center;
    column-gap: 45px;
}
.hcompanyl-list ul li .vertically-center{
    display: table;
    width: 100%;
}
.hcompanyl-list ul li .vertically-center div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.hcompanyl-list ul li .vertically-center img {
    object-fit: contain;
    height: 114px;
}
.hsurgericount-sec {
    padding: 60px 0;
}
.hsurgeric-box {
    position: relative;
    text-align: center;
}
.hsurgeric-box::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 80px;
    position: absolute;
    top: 32px;
    right: -15px;
    z-index: 0;
}
.hsurgeric-content .col-4:last-child .hsurgeric-box::after {
    display: none;
}
.hsurgeric-box strong {
    color: rgba(23, 59, 97, 0.1);
    font-size: 100px;
    line-height: 1;
    font-weight: bold;
    display: block;
}
.hsurgeric-box h4 {
    color: #173b61;
    font-size: 28px;
    font-weight: 600;
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}
.hclearing-content .hmain-content p {
    font-size: 23px;
}
.hclearing-content .hmain-content p a{
    color: #ffffff;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.hclearing-content .hmain-content p a:hover{
    color: #e7cd44;
}
.hclearing-content .hmain-content p a.all-buttons{
    text-decoration: none !important;
}
.hclearing-content .hmain-content p a.all-buttons:hover{
    color: #e7cd44;
    background-color: #ffffff;
}
.contactaush-list .haushalt-lbox {
    background-color: #fff;
}
.contactaush-list .haushalt-lbox img {
    width: 60px;
}
.contactaush-list .haushalt-lbox:hover{
    background-color: #e7cd44;
    transform: unset;
}
.testi-sec {
    padding: 63px 0 150px;
    position: relative;
}
.testi-sec.abttesti-sec {
    background-color: #fbfbfb;
}
.inner-testi{
    position: relative;
    z-index: 1;
}
.item-slider p {
    color: #404040;
    font-size: 25px;
    font-weight: 400;
    margin: 40px 0 30px 0;
}
.testi-thumb img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}
.testi-thumb h3 {
    color: #173b61;
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.item-slider img {
    margin: 0 auto;
}
.item-slider {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.testi-slider .slick-prev::before {
    content: url(images/testi-left.png);
}
.testi-slider .slick-next::before {
    content: url(images/testi-right.png);
}
.testi-slider .slick-prev,
.testi-slider .slick-next {
    top: auto;
    bottom: -66px;
    margin: 0 auto;
}
.testi-slider .slick-prev {
    left: -246px;
    right: 0;
}
.testi-slider .slick-next {
    right: -75px;
    left: 0;
}
.baercontact-sec {
    padding: 50px 0 0;
}
.baercontact-sec .haushalt-list .col-sm-12 {
    margin: 0;
}
.baercontact-sec .hmain-content p {
    font-weight: 400;
    font-size: 20px;
}
.allgallery-sec{
    background-color: #fbfbfb;
    padding: 56px 0 50px;
}
.allgallery-sec .hmain-content {
    margin: 0 auto 40px;
}
.leistgallery-list .row{
    margin-left: -8px;
    margin-right: -8px;
}
.leistgallery-list .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
}
.leistgallery-lbox{
    margin-bottom: 16px;
}
.leistgallery-lbox img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/*Footer*/
.site-footer {
    background-color: #141414;
    padding: 60px 0 0;
}
.footer-logo .logo-text a {
    display: block;
    text-align: center;
}
.footer-logo .logo-text strong {
    font-size: 27px;
    line-height: 34px;
}
.footer-logo .logo-text strong span {
    font-size: 20px;
}
.footer-logo .logo-text img {
    margin: 0 auto 20px;
    text-align: center;
    width: auto;
}
.footer-logo p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
    text-transform: capitalize;
    margin: 25px 0 0 0;
    text-align: center;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu ul li{
    margin-bottom: 10px;
    position: relative;
}
.footer-menu ul li a,
.ftcontact-ct ul li a,
.ftcontact-ct ul li span{
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease;
    text-transform: capitalize;
    display: flex;
}
.footer-menu ul li a:hover{
    color: #e7cd44;
}
strong.ftmain-title {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    display: block;
    margin-bottom: 20px;
}
strong.ftmain-title.offnungszeiten {
    margin-top: 35px;
    margin-bottom: 7px;
}
.ftcontact-ct {
    padding-left: 0;
}
.footer-menu {
    padding-left: 20px;
}
.footer-menu.two {
    padding-left: 30px;
}
.ftcontact-ct p,
.footer-menu p,
.copyright span,
.ftcontact-ct span{
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    font-weight: 400;
}
.copyright span a{
    color: rgba(255,255,255,0.7);
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.copyright span a:hover{
    color: #e7cd44;
}
.copyright .footer-menu {
    padding-left: 0;
    text-align: left;
}
.copyright .footer-menu ul li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}
.copyright .footer-menu ul li:last-child{
    margin: 0;
}
.ftcontact-ct ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftcontact-ct ul li{
    margin-bottom: 13px;
}
.ftcontact-ct ul li a i,
.ftcontact-ct span i{
    margin-right: 10px;
    margin-top: 3px;
    color: #e7cd44;
}
.ftcontact-ct ul li a:hover{
    color: #e7cd44;
}
.copyright {
    text-align: center;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}
/*Footer*/

/*  Media Query  */
@media(max-width:1440px){
	.site-logo img {
		width: 343px;
		object-fit: cover;
}
	.nav-menu li {
		margin: 0 34px 0 0;
	}
	.habout-sec.habtsec {
		margin-top: -100px;
		padding-top: 171px;
}
.barenstarke-sec {
    padding: 43px 0 36px;
}
.hclearing-sec.cover {
    padding: 78px 0 55px;
}
.testi-sec {
    padding: 46px 0 140px;
}
.hleistungen-sec {
    padding: 35px 0 49px;
}
.hclearing-sec.cover {
    padding: 66px 0 49px;
}
.conthead-content h1 {
    font-size: 40px;
    margin: 0 0 12px 0;
}	
}
@media(max-width: 1400px){
    .nav-menu li {
        margin: 0 24px 0 0;
    }
    .nav-menu li a{
        font-size: 15px;
    }
}
@media(max-width: 1366px){
    .hleistungen-list .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
	.hbanner-sec.cover {
		padding: 138px 0 198px;
}
    .habout-sec.habtsec {
        padding-top: 151px;
    }
	.hbanner-content h1, .hbanner-content h2, .hbanner-content h3 {
		font-size: 57px;
		margin: 0 0 10px 0;
}
.hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
    font-size: 34px;
    margin: 0 0 21px 0;
}
    .barenstarke-sec {
        padding: 33px 0 31px;
    }
	.hmain-content {
		width: 94%;
		margin: 0 auto 43px;
}
.hclearing-content .hmain-content h1, .hclearing-content .hmain-content h2, .hclearing-content .hmain-content h3, .hclearing-content .hmain-content h4, .hclearing-content .hmain-content h5, .hclearing-content .hmain-content h6 {
    font-size: 42px;
    margin: 0 0 14px 0;
}
.hclearing-content .hmain-content p {
    font-size: 20px;
}
    .testi-sec {
        padding: 29px 0 137px;
    }
  .item-slider p {
    font-size: 24px;
    margin: 32px 0 26px 0;
}
    .hclearing-sec.cover {
        padding: 59px 0 46px;
    }
	.allseo-csec {
		padding: 57px 0;
	}
	.hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
    font-size: 41px !important;
}
.hleistungen-sec.homelist {
    padding: 24px 0 0;
}
.hleistungen-content .hmain-content {
    margin-bottom: 30px;
}
.homelist .hleistungen-lbox .hleistungen-bict strong {
    font-size: 30px;
}
.allgallery-sec {
    padding: 32px 0 33px;
}
.baercontact-sec {
    padding: 35px 0 0;
}	
}
@media(max-width:1280px){
	 .site-logo img {
        width: 304px;
    }
	.hbanner-content p strong {
		font-size: 16px;
		letter-spacing: 17px;
		margin-bottom: 11px;
}
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3 {
        font-size: 52px;
        margin: 0 0 10px 0;
    }
	.hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 31px;
        margin: 0 0 16px 0;
    }
	.hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
    font-size: 41px;
    margin: 0 0 8px 0;
    font-size: 33px !important;
}
    .barenstarke-sec {
        padding: 24px 0 27px;
    }
	.hleistungen-sec {
        padding: 23px 0 49px;
    }
	    .testi-sec {
        padding: 29px 0 111px;
    }

	.testi-slider .slick-prev, .testi-slider .slick-next {
		bottom: -33px;
}
.hsurgeric-box strong {
    font-size: 89px;
}
.hsurgeric-box h4 {
    font-size: 25px;
}
    .hclearing-sec.cover {
        padding: 53px 0 43px;
    }
  .hcontact-sec {
    padding: 52px 0 46px;
}
.haushalt-lbox strong {
    font-size: 21px;
}	
}
@media(max-width:1170px){
    .site-logo img {
        width: 284px;
    }
	.nav-menu li {
        margin: 0 14px 0 0;
    }
	.nav-menu li a {
		letter-spacing: 1px;
}
.hcompany-title h3 {
    font-size: 21px;
    margin: 0 0 7px 0;
}
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 30px !important;
    }
	.hcontact-form {
    	padding: 11px 36px 42px;
}
    .hbanner-content p strong {
        letter-spacing: 13px;
    }
	.hbanner-content h1, .hbanner-content h2, .hbanner-content h3 {
        font-size: 46px;
        margin: 0 0 5px 0;
    }	
    .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 29px;
        margin: 0 0 11px 0;
    }
	.habout-ct {
    padding: 31px 38px 32px;
}
.habout-sec.habtsec {
        padding-top: 148px;
    }
    .hmain-content {
        width: 100%;
        margin: 0 auto 32px;
    }
	.hbanner-content p {
		font-size: 20px;
		margin: 0 0 13px 0;
		width: 100%;
}
    .habout-sec.habtsec {
        padding-top: 148px;
        padding-bottom: 60px;
    }
	.haushalt-lbox strong {
        font-size: 19px;
    }
	.hleistungen-lbox strong {
		font-size: 19px;
		margin-bottom: 3px;
}
    .hsurgeric-box strong {
        font-size: 79px;
    }
	
    .hsurgeric-box h4 {
        font-size: 23px;
    }
	.hsurgericount-sec {
    padding: 54px 0;
}
    .haushalt-lbox strong {
        font-size: 18px;
    }
	    .hcontact-sec {
        padding: 43px 0 41px;
    }
	.habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6, .habout-ct div {
		font-size: 22px;
		margin: 0 0 14px 0;
}
.habout-ct p {
    font-size: 17px;
    margin: 0 0 10px 0;
}
    .allseo-csec {
        padding: 52px 0;
    }
	.site-footer {
		padding: 53px 0 0;
}
strong.ftmain-title {
    font-size: 23px;
    margin-bottom: 16px;
}
strong.ftmain-title.offnungszeiten {
    margin-top: 27px;
    margin-bottom: 6px;
}
.footer-logo p {
    font-size: 15px;
    margin: 17px 0 0 0;
}
.footer-logo img {
    width: 270px;
    object-fit: cover;
}
    .conthead-content h1 {
        font-size: 33px;
        margin: 0 0 9px 0;
    }
	ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong {
		font-size: 16px;
}
   .content-header.cover {
		padding: 227px 0 100px;
}
    .homelist .hleistungen-lbox .hleistungen-bict strong {
        font-size: 27px;
    }
	.allgallery-sec .hmain-content {
    margin: 0 auto 24px;
}
}
@media(max-width: 1024px){
    .singleleist-filter .comparison {
        padding-bottom: 385px;
    }
    .header-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .topbar {
        padding: 10px 0;
    }
    .header-content {
        padding: 10px 0;
    }
	    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 18px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 20px;
        right: 5px;
    }
    #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: #000;
        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 span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle 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::after{
        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: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
        width: 100%;
    }
    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{
        left: 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: 300px;
        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 img {
        width: 267px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 27px !important;
        margin-bottom: 6px !important;
    }
	.hcontact-form .hmain-content {
		padding-bottom: 21px;
}
    .hbanner-content p strong {
        letter-spacing: 9px;
    }
	  .hbanner-content h1, .hbanner-content h2, .hbanner-content h3 {
        font-size: 39px;
        margin: 0 0 2px 0;
    }
	 .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 25px;
        margin: 0 0 9px 0;
    }
	  .hbanner-content p {
        font-size: 19px;
    }
     .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6, .habout-ct div {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
  .hmain-content p {
		font-size: 18px;
		margin: 0 0 8px 0;
}
    .haushalt-lbox strong {
        font-size: 17px;
    }
	  .barenstarke-sec {
        padding: 23px 0 23px;
    }
    .item-slider p {
        font-size: 22px;
        margin: 25px 0 19px 0;
    }	
    .testi-slider .slick-prev, .testi-slider .slick-next {
        bottom: -25px;
    }
	.testi-sec {
        padding: 23px 0 88px;
    }
	.testi-thumb h3 {
		font-size: 23px;
		margin-top: 14px;
		margin-bottom: 15px;
}
    .hleistungen-sec {
        padding: 27px 0 43px;
    }
	.testi-slider .slick-prev::before,
	.testi-slider .slick-next::before {
    display: inline-block;
    transform: scale(0.9);
}
.hleistungen-sec .container {
    padding: 0 87px;
}
    .content-header.cover {
        padding: 203px 0 100px;
    }
   .conthead-content h1 {
        font-size: 29px;
        margin: 0 0 7px 0;
    }	
}
@media(max-width: 991px){
    body .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .hinquire-list .haushalt-lbox strong{
        font-size: 16px;
    }
    .hinquire-list .haushalt-lbox img{
        width: 40px;
    }
    .hapartment-sec .habout-ct {
        padding-left: 0;
    }
    .hleistungen-bict {
        padding: 30px 20px 20px;
    }
    .habout-sec.hapartment-sec {
        padding-bottom: 20px;
    }
    .hleistungen-sec {
        padding: 10px 0 60px;
    }
    .hcontact-sec {
        padding: 60px 0 55px;
    }
    .haushalt-content .habout-ct {
        padding-left: 0;
    }
    .habout-sec {
        padding: 50px 0 40px;
    }

    .hleistungen-sec {
        padding: 10px 0 50px;
    }
	.site-logo img {
        width: 248px;
    }
	 .hbanner-sec.cover {
        padding: 106px 0 186px;
    }
	.hbanner-content p strong {
        letter-spacing: 6px;
    }
	.hbanner-content h1, .hbanner-content h2, .hbanner-content h3 {
        font-size: 36px;
        margin: 0 0 1px 0;
    }
	.contactaush-list .haushalt-lbox img {
    width: 53px;
}
.hcontact-sec {
        padding: 48px 0 10px;
    }
	.allseo-csec {
        padding: 48px 0;
    }
	.hsurgeric-box strong {
        font-size: 72px;
    }	
    .hsurgeric-box h4 {
        font-size: 21px;
    }
	 .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6, .habout-ct div {
        font-size: 19px;
        margin: 0 0 8px 0;
    }
	 .hsurgericount-sec {
        padding: 51px 0;
    }	

    .testi-slider .slick-prev::before, .testi-slider .slick-next::before {
        display: inline-block;
        transform: scale(0.8);
    }
	 .testi-sec {
        padding: 23px 0 85px;
    }
	.testi-thumb h3 {
        font-size: 21px;
        margin-top: 12px;
        margin-bottom: 11px;
    }
	 .item-slider p {
        font-size: 21px;
        margin: 21px 0 17px 0;
    }
    .content-header.cover {
        padding: 185px 0 96px;
    }
	.homelist .hleistungen-lbox .hleistungen-bict strong {
        font-size: 24px;
    }
    .allgallery-sec {
        padding: 26px 0 28px;
    }
}
@media(max-width: 830px){
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6{
        font-size: 35px;
    }

    .hmap-rightct .habout-ct h1, .hmap-rightct .habout-ct h2, .hmap-rightct .habout-ct h3, .hmap-rightct .habout-ct h4, .hmap-rightct .habout-ct h5, .hmap-rightct .habout-ct h6{
        font-size: 30px;
    }
    .hmap-list ul li a{
        font-size: 23px;
    }
    .hmap-list {
        margin-top: 30px;
    }
    .habout-ct.full {
        padding: 35px 20px 25px;
    }
    .hservice-sec.cover {
        padding: 40px 0 35px;
    }
    .hservice-lbox strong{
        font-size: 19px;
    }
    .hservice-content .row,
    .hleistungen-list .row{
        margin-left: -8px;
        margin-right: -8px;
    }
    .hservice-content .col-sm-12,
    .hleistungen-list .col-sm-12{
        padding-left: 8px;
        padding-right: 8px;
    }
    .hservice-lbox{
        margin-bottom: 16px;
    }
    .haushalt-list .col-sm-12, .hinquire-content .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
    .haushalt-lbox {
        padding: 40px 20px;
        height: auto;
        margin-bottom: 20px;
    }
    .haushalt-sec {
        padding: 60px 0 30px;
    }
    .haushalt-list {
        margin-top: 40px;
    }
    .hinquire-content .col-sm-12:first-child{
        order: 2;
    }
    .hinquire-sec {
        padding: 40px 0 30px;
    }
    .habout-sec.hapartment-sec {
        padding-bottom: 20px;
        padding-top: 35px;
    }
	 .haushalt-lbox {
        height: 284px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div{
        font-size: 27px;
    }
    .hmain-content p{
        font-size: 16px;
    }
    .hbanner-sec.cover {
        padding: 69px 0 86px;
    }
	.hbcompany-content {
		margin-top: 31px;
}
    .habout-sec.habtsec {
        padding-top: 136px;
        padding-bottom: 51px;
    }
    .hbanner-content p strong {
        letter-spacing: 2px;
    }
	.hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 30px;
    }
    .hbanner-content p {
        margin: 0 0 5px 0;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 27px;
    }
    .hbanner-content p {
        font-size: 18px;
    }
    .habout-ct {
        padding: 28px 32px 31px;
    }
	.haushalt-list .col-sm-12 {
    margin-bottom: 15px;
}
	.hsurgeric-box strong {
        font-size: 64px;
    }
   .hsurgeric-box h4 {
        font-size: 19px;
    }
    #menuToggle {
        top: 13px;
    }
}
@media(max-width: 767px){

    .hmap-image {
        width: 60%;
        margin: 0 auto;
    }
    .hmap-rightct {
        padding-left: 0;
        text-align: center;
        margin-top: 40px;
    }
    .hmap-list ul li{
        left: 0 !important;
    }
    .hmap-list {
        margin-top: 15px;
    }
    .habout-sec {
        padding: 30px 0 40px;
    }
    .habout-ct.full{
        margin-bottom: 30px;
    }
    .habout-content .col-sm-12:first-child{
        order: 2;
    }
    .habout-sec.hapartment-sec .col-sm-12:first-child{
        order: unset;
    }
    .habout-img{
        margin-bottom: 30px;
    }
    .haushalt-sec {
        padding: 40px 0 30px;
    }
    .thumb img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }
    .hleistungen-lbox {
        height: auto;
        margin-bottom: 20px;
    }
    .hleistungen-sec {
        padding: 10px 0 30px;
    }
    .hcontact-sec {
        padding: 40px 0 35px;
    }
    .hcontact-form {
        margin-top: 16px;
        padding: 2px 25px 35px;
    }
    .hcontact-img img{
        height: auto;
    }
    .site-footer {
        padding: 40px 0 0;
        text-align: center;
    }
    .footer-content .col-sm-12 {
        margin-bottom: 10px;
    }
    .footer-content .col-sm-12:last-child{
        margin-bottom: 0;
    }
    .footer-logo {
        width: 175px;
        margin: 0 auto 30px;
    }
    .footer-menu,
    .ftcontact-ct{
        padding-left: 0;
    }
    .copyright {
        margin-top: 25px;
    }
    .hmain-content img {
        margin: 0 auto 15px;
    }
    .singleleist-box .habout-img img, .aboutpg-sec .habout-img img{
        height: auto;
    }
    .singleleist-box .col-sm-12{
        margin-bottom: 0;
    }
    .singleleist-box.right .habout-ct {
        padding-right: 0;
    }
    .singleleist-box.left .habout-ct {
        padding-left: 0;
    }
    .singleleist-box .habout-ct{
        margin-bottom: 30px;
    }
    .habout-sec.singleleist-sec {
        padding: 40px 0 15px;
    }
    .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6{
        font-size: 24px;
    }
    .habout-ct p{
        font-size: 16px;
    }
    .singleleist-video video{
        height: auto;
    }
    .singleleist-video{
        margin-bottom: 20px;
    }
    .singleleist-filter{
        margin-bottom: 30px;
    }
	.header-content .container, .topbar .container {
		padding: 0 30px;
}
	 .hbanner-sec.cover {
        padding: 50px 0 77px;
    }
	.hcompany-title {
    text-align: center;
}
	 .hbcompany-content {
        padding: 33px 24px;
    }
	    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 25px !important;
        margin-bottom: 5px !important;
    }
	 .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 25px;
    }
    .haushalt-list .col-sm-12, .hinquire-content .col-sm-12 {
        flex: auto;
        max-width: 100%;
    }
    .haushalt-lbox {
        height: auto;
    }
	 .haushalt-list {
        margin-top: 31px;
    }
	 .hclearing-content .hmain-content p {
        font-size: 18px;
    }
    .testi-sec {
        padding: 23px 0 69px;
    }
    .item-slider p {
        font-size: 20px;
        margin: 17px 0 12px 0;
    }
	.site-logo img {
        width: 231px;
    }
 .item-slider {
    width: 80%;
}
	 .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6 {
        font-size: 21px;
    }
	.barenstarke-sec {
        padding: 23px 0 15px;
    }
    .hleistungen-sec .container {
        padding: 0 30px;
    }
	.hleistungen-content .hmain-content {
    margin-bottom: 28px;
}
	.hleistungen-btns {
		margin-top: 7px;
}
    .hclearing-sec.cover {
        padding: 43px 0 33px;
    }
	.hcontact-sec {
        padding: 31px 0 10px;
    }
	 .allseo-csec {
        padding: 42px 0 27px;
    }
	.habout-ct {
        padding: 11px 27px 28px;
    }
    .footer-logo {
        width: 100%;
        margin: 0 auto 22px;
        text-align: center;
    }
	  .site-footer {
        padding: 35px 0 0;
        text-align: left;
    }
	 strong.ftmain-title {
        font-size: 21px;
        margin-bottom: 12px;
    }
	.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit, body .gform_wrapper .gform-body .gform_page_footer input.gform-theme-button.button, body .gform_wrapper .gform-body .gform_page_footer .gform_button.button {
    font-size: 15px;
    height: 50px;
    padding: 0 32px;
}
.copyright .footer-menu {
    text-align: center;
    margin-bottom: 6px;
}
    .copyright {
        margin-top: 19px;
        padding: 16px 0;
    }
	.hleistungen-list .col-sm-12 {
		margin-bottom: 21px;
	}
    .homelist .hleistungen-lbox .hleistungen-bict strong {
        font-size: 23px;
    }
	 .allgallery-sec {
        padding: 24px 0 25px;
    }

  .allgallery-sec .col-sm-12 {
		flex: auto;
		max-width: 50%;
}
.baercontact-sec .hmain-content p {
    font-size: 16px;
}
.baercontact-sec {
    padding: 23px 0 0;
}	
}
@media(max-width:667px){
    .header-content .container, .topbar .container {
        padding: 0 20px;
    }
    .hleistungen-list .col-sm-12 {
        flex: auto;
        max-width: 100%;
	    margin-bottom: 14px;
    }
    .hleistungen-bict {
        padding: 22px 17px 16px;
    }
  
    .hleistungen-lbox strong {
        font-size: 17px;
        margin-bottom: 1px;
    }
    .hsurgeric-box strong {
        font-size: 55px;
    }
    .hsurgeric-box h4 {
        font-size: 18px;
    }
    .haushalt-list .col-sm-12 {
        margin-bottom: 9px;
    }
    .conthead-content h1 {
        font-size: 26px;
        margin: 0 0 6px 0;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong {
        font-size: 15px;
    }
    .homelist .hleistungen-lbox .hleistungen-bict strong {
        font-size: 20px;
    }
}
@media(max-width: 570px){
    body .container {
        max-width: 100%;
        padding: 0 20px;
    }
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 22px;
    }
	.footer-menu.two {
    padding-left: 0px;
}
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 23px !important;
        margin-bottom: 4px !important;
    }
	.hbcompany-content {
        padding: 27px 18px;
    }
	    .hcompany-title h3 {
        font-size: 19px;
        margin: 0 0 5px 0;
    }
	 .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 21px;
    }
	.homepage_banner_content {
    margin-bottom: 33px;
}
    .testi-slider .slick-prev::before, .testi-slider .slick-next::before {
        transform: scale(0.7);
    }
	.hsurgeric-box strong {
        font-size: 52px;
    }
    .hsurgeric-box h4 {
        font-size: 18px;
    }
	  .hsurgericount-sec {
        padding: 47px 0;
    }
	 .hcontact-sec {
        padding: 31px 0 0px;
    }
	.hsurgeric-content .col-4 {
    flex: auto;
    max-width: 50%;
}
.hsurgeric-box h4 {
    position: relative;
}
.hsurgeric-content .row {
    row-gap: 24px;
}
.footer-menu {
    text-align: center;
}	
.footer-menu ul li a{
    display: block;
}
.footer-menu ul{
    display: inline-block;
}
.ftcontact-ct {
    text-align: center;
}	
footer-menu ul li a, .ftcontact-ct ul li a, .ftcontact-ct ul li span {
    display: block;
}
.habout-img img {
    height: 585px !important;
}
.hcontact-form span {
    color: #404040;
    font-size: 15px !important;
}
    .content-header.cover {
        padding: 146px 0 91px;
    }
    .allgallery-sec .col-sm-12 {
        flex: auto;
        max-width: 100%;
    }
    .allgallery-sec .hmain-content {
        margin: 0 auto 15px;
    }
    .allgallery-sec {
        padding: 21px 0 21px;
    }
	    .hcontact-sec {
        padding: 19px 0 0px;
    }
}
@media(max-width: 480px){
     .hbanner-sec.cover {
        padding: 50px 0 65px;
    }
    .hbanner-content p strong {
        font-size: 16px;
    }
    a.all-buttons, .hbanner-content a {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 40px;
    }
    .hmap-image {
        width: 75%;
    }
    .habout-ct.full p{
        width: 100%;
    }

    .hleistungen-content .hmain-content {
        margin-bottom: 30px;
    }
    .hmain-content p br{
        display: none;
    }
    .hinquire-content .habout-img img{
        height: auto;
    }
    .hinquire-list .col-6{
        flex: auto;
        max-width: 100%;
    }
    .hinquire-list .haushalt-lbox{
        margin-bottom: 15px;
    }
	.hcontact-sec {
        padding: 13px 0 0px;
    }
	  .hsurgeric-box strong {
        font-size: 45px;
    }
	 .footer-logo img {
        width: 249px;
    }
    .hcontact-form {
        padding: 2px 25px 22px;
    }
    .habout-img {
        margin-bottom: 10px;
    }
	 strong.ftmain-title.offnungszeiten {
        margin-top: 17px;
    }
}
@media(max-width: 414px){
    body .container {
        padding: 0 20px;
    }
    .topbar-content ul{
        text-align: center;
    }
    .topbar-content ul li a, .topbar-content ul li span{
        font-size: 12px;
    }
    .content-header.cover {
        padding: 123px 0 83px;
    }
    .singleleist-filter .comparison {
        padding-bottom: 280px;
    }
	 .site-logo img {
        width: 196px;
    }
    .hbanner-sec.cover {
        padding: 31px 0 57px;
    }
	.hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 22px !important;
    }
    .hbcompany-content {
        padding: 24px 13px;
		margin-top: 26px;
    }
    .hcompany-title h3 {
        font-size: 18px;
        margin: 0 0 4px 0;
    }
	.hcompany-title p {
		font-size: 16px;
		line-height: 23px;
}
    .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 20px;
    }
	 .habout-sec.habtsec {
        padding-top: 127px;
        padding-bottom: 48px;
    }
	 .haushalt-lbox strong {
        font-size: 16px;
    }
    .hclearing-sec.cover {
        padding: 34px 0 25px;
    }
    .item-slider {
        width: 100%;
    }
    .item-slider p {
        font-size: 18px;
        margin: 14px 0 10px 0;
        width: 100%;
    }
    .hmain-content {
        width: 100%;
        margin: 0 auto 20px;
    }
    .testi-slider .slick-prev, .testi-slider .slick-next {
        bottom: -30px;
    }
	.testi-slider .slick-prev::before {
    position: relative;
    left: 18px;
}
	.testi-slider .slick-next::before {
    position: relative;
    right: 10px;
}
    .hsurgericount-sec {
        padding: 40px 0;
    }
	.hsurgeric-box strong {
        font-size: 42px;
    }
	.hsurgeric-box h4 {
        font-size: 17px;
    }
    .hclearing-sec.cover {
        padding: 31px 0 24px;
    }
	.haushalt-lbox p, .haushalt-lbox a {
     font-size: 16px;
}
    .haushalt-lbox {
        margin-bottom: 15px;
    }
    .hcontact-form {
        padding: 2px 13px 21px;
    }
	 .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6 {
        font-size: 20px;
    }
    .habout-img img {
        height: 414px !important;
    }
	 .site-footer {
        padding: 30px 0 0;
    }
    .footer-logo {
        margin: 0 auto 11px;
    }
	.footer-logo img {
        width: 236px;
    }
	.footer-logo p {
        margin: 14px 0 0 0;
    }
    strong.ftmain-title {
        font-size: 20px;
        margin-bottom: 7px;
    }
    #menuToggle {
        top: 7px;
    }
	.gfield-choice-input{
	    height: 20px!important;
}
    .conthead-content h1 {
        text-transform: capitalize;
    }
    .content-header.cover {
        padding: 104px 0 83px;
    }
    ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong {
        text-transform: capitalize;
    }
}
@media(max-width:360px){
	.site-logo img {
        width: 163px;
    }
	.hcontact-form input, .hcontact-form select, .gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield input, .gform_wrapper .gform-body .gform_page_fields .gform_fields .gfield select {
    height: 45px;
}
    .hcontact-form {
        margin-top: 9px;
    }
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 20px !important;
    }
	.hcontact-form .hmain-content p {
		width: 100%;
		font-size: 15px;
}
.hcontact-form .hmain-content {
    margin-bottom: 0px;
    padding-bottom: 16px;
}	
    .hcompany-title h3 {
        font-size: 17px;
    }
	.hcompanyl-list {
    padding-left: 13px;
}
    .hcompany-title p {
        font-size: 15px;
    }
   .hbanner-content h1, .hbanner-content h2, .hbanner-content h3, .hbanner-content h4, .hbanner-content h5, .hbanner-content h6 {
        font-size: 18px;
    }
    .hbanner-content p strong {
        font-size: 15px;
        letter-spacing: 1px;
    }
	 .hbanner-content p {
        font-size: 17px;
    }
	 .habout-sec.habtsec {
        padding-bottom: 36px;
    }
	
    .hmain-content h1, .hmain-content h2, .hmain-content h3, .hmain-content h4, .hmain-content h5, .hmain-content h6, .hmain-content div {
        font-size: 19px !important;
    }
	 .hclearing-content .hmain-content p {
        font-size: 17px;
    }
	.hleistungen-lbox p {
		font-size: 15px;
}
    .hleistungen-bict {
        padding: 18px 16px 16px;
    }
    .hleistungen-lbox {
        margin-bottom: 12px;
    }
	.hsurgeric-box strong {
        font-size: 36px;
    }
  .hsurgeric-box h4 {
        font-size: 15px;
    }
    .hsurgericount-sec {
        padding: 36px 0;
    }
    .hclearing-sec.cover {
        padding: 27px 0 22px;
    }
    .hclearing-content .hmain-content p {
        font-size: 16px;
    }
	 .contactaush-list .haushalt-lbox img {
        width: 47px;
    }
    .habout-ct h1, .habout-ct h2, .habout-ct h3, .habout-ct h4, .habout-ct h5, .habout-ct h6 {
        font-size: 19px;
    }
    .habout-img img {
        height: auto !important;
    }
    .footer-logo img {
        width: 223px;
    }
    strong.ftmain-title {
        font-size: 19px;
        margin-bottom: 5px;
    }
	.topbar-content ul li {
    margin-right: 4px;
}
}

.instruction{
	display: none!important;
} 

.gfield_radio {
    display: flex;
    flex-direction: row!important;
}