.elementor-kit-10{--e-global-color-primary:#5B5F5E;--e-global-color-secondary:#5A5E5D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF8D26;--e-global-color-c81c4ef:#F9F9F8;--e-global-color-2a3d633:#FF8D26;--e-global-color-10cf622:#FFFFFF;--e-global-typography-primary-font-family:"Gilroy";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Gilroy";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Gilroy";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Gilroy";--e-global-typography-accent-font-weight:500;font-family:"Gilroy", Sans-serif;font-size:24px;line-height:34px;background-color:var( --e-global-color-c81c4ef );}.elementor-kit-10 a{color:#FF37C800;font-family:"Gilroy", Sans-serif;}.elementor-kit-10 a:hover{color:#FF8D2600;}.elementor-kit-10 h1{font-family:"Gilroy", Sans-serif;}.elementor-kit-10 h2{color:var( --e-global-color-2a3d633 );font-family:"Gilroy", Sans-serif;font-size:60px;font-weight:700;line-height:72px;}.elementor-kit-10 h3{font-family:"Gilroy", Sans-serif;font-weight:bold;}.elementor-kit-10 h4{font-family:"Gilroy", Sans-serif;}.elementor-kit-10 h5{font-family:"Gilroy", Sans-serif;}.elementor-kit-10 h6{font-family:"Gilroy", Sans-serif;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{font-size:25px;}.elementor-kit-10 button:hover,.elementor-kit-10 button:focus,.elementor-kit-10 input[type="button"]:hover,.elementor-kit-10 input[type="button"]:focus,.elementor-kit-10 input[type="submit"]:hover,.elementor-kit-10 input[type="submit"]:focus,.elementor-kit-10 .elementor-button:hover,.elementor-kit-10 .elementor-button:focus{color:var( --e-global-color-primary );background-color:#02010100;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Unfold Part */

.elementor-button {
    text-align: left;
    outline: none;
}

.ee-button-text{
  display: block;
  position: relative;
  color: #5B5F5E;
  margin: 20px 30px; /*moves the object */
  text-align: left;
  font-family: "Gilroy";
  font-size: 21px;
  line-height: 30px; /* already consistent*/
  font-weight: 600;
  
  border: none;
  cursor: pointer;
  background: none;
  outline: none;
}

.ee-button-text:focus {
    outline: none;
}

.ee-button-text span {
  display: block;
  width: 100%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
  outline: none;
}
.ee-button-text span:hover {
    color: #FF8D26; 
    width: 100%;
  transition: width 0.5s;
  outline: none;
}

.e-loop__load-more .elementor-button .elementor-button-text::before, .e-loop__load-more .elementor-button .elementor-button-text::after, .ee-button-text::before, .ee-button-text::after{
  content:"";
  position: absolute;
  transition: all .2s ease-out .1s;
  background: #FF8D26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.e-loop__load-more .elementor-button .elementor-button-text::before, .ee-button-text::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
  outline: none;
}
.e-loop__load-more .elementor-button .elementor-button-text::after,.ee-button-text::after{
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  outline: none;
}

.e-loop__load-more .elementor-button .elementor-button-text:hover::before,.ee-button-text:hover::before{
  height: 0;
  outline: none;
}

.e-loop__load-more .elementor-button .elementor-button-text:hover::after, .ee-button-text:hover::after{
  width: 100%;
  outline: none;
}

.ee-button-text:hover::before, .ee-button-text:hover::after {
  transition-delay: 0s;
  outline: none;
}




/* Silbentrennung an */
.elementor-button {
    text-align: left;
}

.btn-hover-effect:focus {
    outline: none;
}

.btn-hover-effect{
  display: block;
  position: relative;
  color: #5B5F5E;
  margin: 20px 30px;
  text-align: left;
  font-family: "Gilroy";
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: none;
  margin-left: -29px;
  outline: none;
  
}

.btn-hover-effect span {
  display: block;
  width: 100%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
  outline: none;
}
.btn-hover-effect span:hover {
    color: #FF8D26; 
    width: 100%;
  transition: width 0.5s;
  outline: none;
}
.btn-hover-effect::before, .btn-hover-effect::after{
  content:"";
  position: absolute;
  transition: all .2s ease-out .1s;
  background: #FF8D26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.btn-hover-effect::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
  outline: none;
}
.btn-hover-effect::after{
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  outline: none;
}

.btn-hover-effect:hover::before{
  height: 0;
  outline: none;
}

.btn-hover-effect:hover::after{
  width: 100%;
  outline: none;
}

.btn-hover-effect:hover::before, .btn-hover-effect:hover::after{
  transition-delay: 0s;
  outline: none;
}






/* elementor-button fullscreen slider */

.elementor-button {
    text-align: left;
    outline: none
}



.e-loop__load-more .elementor-button-text {
    
}

.elementor-slide-button{
  display: block;
  position: relative;
  color: #5B5F5E;
  margin: 20px 30px;
  text-align: left;
  font-family: "Gilroy";
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: none;
  margin-left: 0px;
  padding-left: 30px !important;
  padding-bottom: 20px !important;
  outline: none;
}

.elementor-button:focus {
    outline: none;
}

.elementor-slide-button:focus {
    outline: none;
}


.elementor-slide-button span {
  display: block;
  width: 100%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
  outline: none;
}
.elementor-slide-button span:hover {
    color: #FF8D26; 
    width: 100%;
  transition: width 0.5s;
  outline: none;
}
.elementor-slide-button::before, .elementor-slide-button::after{
  content:"";
  position: absolute;
  transition: all .2s ease-out .1s;
  background: #FF8D26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.elementor-slide-button::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
  outline: none;
}
.elementor-slide-button::after{
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  outline: none;
}

.elementor-slide-button:hover::before{
  height: 0;
  outline: none;
}

.elementor-slide-button:hover::after{
  width: 100%;
  outline: none;
}

.elementor-slide-button:hover::before, .elementor-slide-button:hover::after{
  transition-delay: 0s;
  outline: none;
}



/* blog-template-class */

.blog-template-class:focus {
    outline: none;
}

.blog-template-class{
  color: #5B5F5E;
  text-align: left;
  font-family: "Gilroy";
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: none;
  padding-left: 30px;
  padding-bottom: 20px;
  outline: none;
 
}

.blog-template-class span {
  display: block;
  width: 100%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
  outline: none;
}
.blog-template-class span:hover {
    color: #FF8D26; 
    width: 100%;
  transition: width 0.5s;
  outline: none;
}
.blog-template-class::before, .blog-template-class::after{
  content:"";
  position: absolute;
  transition: all .2s ease-out .1s;
  background: #FF8D26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.blog-template-class::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
  outline: none;
}
.blog-template-class::after{
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  outline: none;
}

.blog-template-class:hover::before{
  height: 0;
  outline: none;
}

.blog-template-class:hover::after{
  width: 100%;
  outline: none;
}

.blog-template-class:hover::before, .blog-template-class:hover::after{
  transition-delay: 0s;
  outline: none;
}


/* button class without top spacing */


.elementor-button {
    text-align: left;
    outline: none;
}

.button-class-without-top-spacing:focus {
    outline: none;
}

.button-class-without-top-spacing{
  display: block;
  position: relative;
  color: #5B5F5E;
  margin: 0px 30px;
  text-align: left;
  font-family: "Gilroy";
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: none;
  outline: none;

}

.button-class-without-top-spacing span {
  display: block;
  width: 100%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
  outline: none;
}
.button-class-without-top-spacing span:hover {
    color: #FF8D26; 
    width: 100%;
  transition: width 0.5s;
  outline: none;
}
.button-class-without-top-spacing::before, .button-class-without-top-spacing::after{
  content:"";
  position: absolute;
  transition: all .2s ease-out .1s;
  background: #FF8D26;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.button-class-without-top-spacing::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
  outline: none;
}
.button-class-without-top-spacing::after{
  left: 0;
  bottom: 0;
  width: 55%;
  height: 1px;
  outline: none;
}

.button-class-without-top-spacing:hover::before{
  height: 0;
  outline: none;
}

.button-class-without-top-spacing:hover::after{
  width: 110%;
  outline: none;
}

.button-class-without-top-spacing:hover::before, .button-class-without-top-spacing:hover::after{
  transition-delay: 0s;
  outline: none;
}

/* elementor effect white */

.elementor-button {
    text-align: left;
    outline: none;
}

.btn-hover-effect-white:focus {
    outline: none;
}

.btn-hover-effect-white{
  display: block;
  position: relative;
  margin: 20px 30px;
  text-align: left;
  font-family: "Gilroy";
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: none;
  margin-left: -29px;
  outline: none;
}

.btn-hover-effect-white span {
  display: block;
  width: 100%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
  outline: none;
}
.btn-hover-effect-white span:hover {
    color: #FF8D26 !important; 
    width: 100%;
  transition: width 0.5s;
  outline: none;
}
.btn-hover-effect-white::before, .btn-hover-effect-white::after{
  content:"";
  position: absolute;
  transition: all .2s ease-out .1s;
  background: white !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.btn-hover-effect-white::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
  outline: none;
}
.btn-hover-effect-white::after{
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
  outline: none;
}

.btn-hover-effect-white:hover::before{
  height: 0;
  outline: none;
}

.btn-hover-effect-white:hover::after{
  width: 100%;
  outline: none;
}

.btn-hover-effect-white:hover::before, .btn-hover-effect-white:hover::after{
  transition-delay: 0s;
  outline: none;
}


/* Referenzen-Seite Kategorien */


.o-nav__item{
  display: block;
  position: relative;
  margin: 20px 30px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-align: left;
  font-family: "Gilroy";
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  text-align: left;
  border: none;
  cursor: pointer;
  background: none;
  margin-left: -29px;
}

/* Display: none for mobile */
@media screen and (max-width: 767px) {
	
.o-nav__item{
    width: 100%;
}
}


.o-nav__item span {
  display: block;
  width: 120%;
  padding: 20px 0;
  transition-delay: 0.2s;
  transition: all .2s ease-out .1s;
}
.o-nav__item span:hover {
    color: #FF8D26 !important; 
    width: 120%;
    
    
  transition: width 0.5s;
}
.o-nav__item::before, .o-nav__item::after{
  content:"";
  position: absolute;
  
  transition: all .2s ease-out .1s;
  background: #FF8D26 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.o-nav__item::before {
  width: 1px;
  height: 50px;
  bottom: 0;
  left: 0;
}
.o-nav__item::after{
  left: 0;
  bottom: 0;
  width: 100px;
  height: 1px;
}

.o-nav__item:hover::before{
  height: 0;
}

.o-nav__item:hover::after{
  width: 105%;
}

.o-nav__item:hover::before, .o-nav__item:hover::after{
  transition-delay: 0s;
}

.page-id-2116 .ee-filters__item {
    text-align: left;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_light.eot');
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_light.eot?#iefix') format('embedded-opentype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_light.woff2') format('woff2'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_light.woff') format('woff'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_light.ttf') format('truetype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_light.svg#Gilroy') format('svg');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_bold.eot');
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_bold.eot?#iefix') format('embedded-opentype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_bold.woff2') format('woff2'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_bold.woff') format('woff'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_bold.ttf') format('truetype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_bold.svg#Gilroy') format('svg');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold.eot');
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold.eot?#iefix') format('embedded-opentype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold.woff2') format('woff2'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold.woff') format('woff'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold.ttf') format('truetype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold.svg#Gilroy') format('svg');
}
@font-face {
	font-family: 'Gilroy';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold-1.eot');
	src: url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold-1.eot?#iefix') format('embedded-opentype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold-1.woff2') format('woff2'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold-1.woff') format('woff'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold-1.ttf') format('truetype'),
		url('https://kohlhaas-partner.de/wp-content/uploads/2021/09/gilroy_semibold-1.svg#Gilroy') format('svg');
}
/* End Custom Fonts CSS */