.elementor-kit-7{--e-global-color-primary:#254B3C;--e-global-color-secondary:#0F172A;--e-global-color-text:#4C4C4C;--e-global-color-accent:#254B3C;--e-global-color-62fe6cf:#0F172A;--e-global-color-c7ad4c0:#FFFFFF;--e-global-color-c0346cc:#00000000;--e-global-color-3002b92:#B99657;--e-global-color-3f5ea06:#FAF9F5;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:2px;color:#2A2A2A;font-family:"Figtree", Sans-serif;font-size:15px;letter-spacing:0.5px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 h1{font-family:"Sorts Mill Goudy", Sans-serif;font-size:73px;font-weight:300;}.elementor-kit-7 h2{font-family:"Sorts Mill Goudy", Sans-serif;font-size:55px;font-weight:300;}.elementor-kit-7 h3{font-family:"Sorts Mill Goudy", Sans-serif;font-size:47px;font-weight:300;}.elementor-kit-7 h4{font-family:"Sorts Mill Goudy", Sans-serif;font-size:37px;font-weight:300;}.elementor-kit-7 h5{font-family:"Sorts Mill Goudy", Sans-serif;font-size:25px;font-weight:300;}.elementor-kit-7 h6{font-family:"Sorts Mill Goudy", Sans-serif;font-weight:300;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Figtree", Sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:2px;color:var( --e-global-color-c7ad4c0 );padding:18px 15px 18px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:060px;--container-default-padding-right:15px;--container-default-padding-bottom:60px;--container-default-padding-left:15px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1400px){.elementor-kit-7{--e-global-typography-accent-font-size:12px;}.elementor-kit-7 h1{font-size:50px;}.elementor-kit-7 h2{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}}@media(max-width:767px){.elementor-kit-7 a{font-size:50px;}.elementor-kit-7 h1{font-size:33px;}.elementor-kit-7 h2{font-size:27px;}.elementor-kit-7 h3{font-size:26px;}.elementor-kit-7 h4{font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS */::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #e0e0e0;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #B99657;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
  background: white!important;
}




h1, h2, h3, h4, h5, h6 {
    font-family: "presti-text", serif!important;
font-weight: 300!important;
font-style: normal!important;
}
.iconBox{
    min-height: 140px;
}
body{
    font-weight: "figtree"!important;
}


.hoverRight {
  transition: transform 0.3s ease; /* sanfte Animation */
}

.hoverRight:hover {
  transform: translateX(5px); /* verschiebt das Element 5px nach rechts */
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: 30px!important;
}


/* Elementor-Button direkt stylen */
.elementor-button {
  display: inline-flex!important;
  align-items: center;
  justify-content: center;
  color: #fff;
  min-height: 50px!important;
  padding: 0 20px!important;
  font-size: 12px!important;
  text-transform: uppercase;
  z-index: 1!important;
  position: relative!important;
  background-color: transparent;
  overflow: hidden!important;
  text-decoration: none;
  font-family: "figtree"!important;
  font-weight: 600!important;
}

/* Linie vor dem Text */
.elementor-button::before {
  content: "";
  background-color: #fff!important;
  display: block!important;
  width: 45px!important;
  height: 1px!important;
  margin-right: 20px!important;
}


/* Linie vor dem Text */
.outline .elementor-button::before {
  content: "";
  background-color: black!important;
  display: block!important;
  width: 45px!important;
  height: 1px!important;
  margin-right: 20px!important;
}

input[type="submit"],
input[type="button"],
.elementor-button {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}


input[type="submit"]:hover,
input[type="button"]:hover,
.elementor-button:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.02);
}/* End custom CSS */