.elementor-kit-11{--e-global-color-primary:#004AFF;--e-global-color-secondary:#6EC300;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-457f32a:#F8F8F8;--e-global-color-abce687:#ADADAD;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-11 a{color:var( --e-global-color-text );}.elementor-kit-11 a:hover{color:var( --e-global-color-abce687 );}.elementor-kit-11 h1{color:var( --e-global-color-text );font-size:64px;font-weight:800;text-transform:uppercase;}.elementor-kit-11 h2{color:var( --e-global-color-text );font-size:32px;font-weight:800;text-transform:uppercase;}.elementor-kit-11 h3{color:var( --e-global-color-text );font-size:20px;font-weight:600;}.elementor-kit-11 h4{color:var( --e-global-color-text );font-size:16px;font-weight:600;}.elementor-kit-11 h5{color:var( --e-global-color-text );}.elementor-kit-11 h6{color:var( --e-global-color-text );}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{font-weight:400;color:var( --e-global-color-accent );background-color:var( --e-global-color-primary );border-radius:0px 0px 0px 0px;padding:15px 25px 15px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-block-start:0px;--container-default-padding-inline-end:0px;--container-default-padding-block-end:0px;--container-default-padding-inline-start:0px;}.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-11 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Button Hover */
.classicBtn a {
    color: #004AFF !important;
    transition: transform 0.7s ease, background-position 0.5s ease;
    background-image: linear-gradient(to top, transparent 50%, #004AFF 50%);
    background-size: 100% 200%;
    background-position: 0 100% !important;
}
.classicBtn a:hover {
    color: white !important;
    background-position: 0 0 !important;
    transition: all .5s ease-in-out;
}
.heroBtn a {
    color: white !important;
    transition: transform 0.7s ease, background-position 0.5s ease;
    background-image: linear-gradient(to top, transparent 50%, white 50%);
    background-size: 100% 200%;
    background-position: 0 100% !important;
}
.heroBtn a:hover {
    color: #004AFF !important;
    border-color: white !important;
    background-position: 0 0 !important;
    transition: all .5s ease-in-out;
}


/*Card Hover Effekt */
.vermietungCard {
    transition: all .5s ease-in-out;
}
.vermietungCard:hover {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}/* End custom CSS */