/*
 Theme Name:     EVERYDAY Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    EVERYDAY Divi Child Theme
 Author:         EVERYDAY Kreativbuero GmbH
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

/*---------- [Load Gilroy Fonts] ----------*/
@font-face {
    font-family: 'Gilroy-Regular';
    src: url("fonts/Gilroy-Regular.otf");
}
@font-face {
    font-family: 'Gilroy-RegularItalic';
    src: url("fonts/Gilroy-RegularItalic.otf");
}
@font-face {
    font-family: 'Gilroy-MediumItalic';
    src: url("fonts/Gilroy-MediumItalic.otf");
}
@font-face {
    font-family: 'Gilroy-Bold';
    src: url("fonts/Gilroy-Bold.otf");
}
@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url("fonts/Gilroy-ExtraBold.otf");
}

/* Intro
------------------------------------------------------- */

div#marcel-privat-business .et_pb_all_tabs,
div#marcel-privat-business li.et_pb_tab_0.et_pb_tab_active,
div#marcel-privat-business ul.et_pb_tabs_controls {
    background-color: transparent;
    border: none !important;
}

div#marcel-privat-business {
    display: flex;
    flex-direction: column-reverse;
    border: none;
}

div#marcel-privat-business img {
    border-radius: 50%;
}

div#marcel-privat-business ul.et_pb_tabs_controls:after {
    border-top: none !important;
}

div#marcel-privat-business li.et_pb_tab_0.et_pb_tab_active a {
    color: #fff !important;
}

div#marcel-privat-business li.et_pb_tab_0.et_pb_tab_active a span {
    color: #000;
}

div#marcel-privat-business li.et_pb_tab_0.et_pb_tab_active,
div#marcel-privat-business li.et_pb_tab_1.et_pb_tab_active {
    border: none;
    border-left: 5px solid #000 !important;
    padding-left: 0 !important;
}
div#marcel-privat-business li.et_pb_tab_0.et_pb_tab_active a,
div#marcel-privat-business li.et_pb_tab_1.et_pb_tab_active a {
    color: #000 !important;
}

div#marcel-privat-business li.et_pb_tab_0,
div#marcel-privat-business li.et_pb_tab_1 {
    border: none !important;
    padding-left: 5px !important;
}

div#marcel-privat-business li.et_pb_tab_0 a,
div#marcel-privat-business li.et_pb_tab_1 a {
    color: #fff;
}

div#marcel-privat-business .et_pb_tabs_controls li.et_pb_tab_active {
    background-color: transparent;
}

div#marcel-privat-business .et_pb_tab_content span {
    font-size: 12px;
}
div#marcel-privat-business ul.et_pb_tabs_controls.clearfix {
    margin-left: 110px;
}

#main-header .nav li ul a {
    color: #000 !important;
}

.hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light:hover{
    color: #fff !important;
    background-color: #e75113 !important;
    border: 2px solid #e75113 !important;
    padding-top: 15px !important;
    padding-bottom: 15px!important;
}


.ff-social li a.icon:before {
    background-color: #fff !important;
    color: #000 !important;
}

.ff-social li a.icon:hover:before {
    background-color: #e75113 !important;
}

.ff-social li {
	display: flex !important;
}

.ff-social {
    position: absolute !important;
    right: 0 !important;
}
.hero-section .row-hero-ff  {
    display: flex !important;
    align-items: center !important;
}

.hero-section .row-hero-ff  {
    display: flex !important;
    align-items: center !important;
}
/* Slider */

.section-partner .slick-slide {
    margin: 0 20px;
}

.section-partner .slick-slide img {
    width: 100%;
    max-height: 150px;
    background-size: contain !important;
    object-fit: contain;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
    
}



.section-partner .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;
}

.section-partner .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.section-partner .slick-list:focus {
    outline: none;
}
.section-partner .slick-list.dragging {
    cursor: pointer;
}

.section-partner .slick-slider .slick-list,
.section-partner .slick-slider .slick-track {
    -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);
}

.section-partner .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.section-partner .slick-track:after,
.section-partner .slick-track:before {
    display: table;
    content: '';
}
.section-partner .slick-track:after {
    clear: both;
}
.section-partner .slick-loading .slick-track {
    visibility: hidden;
}

.section-partner .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.section-partner [dir='rtl'] .slick-slide {
    float: right;
}
.section-partner .slick-slide img {
    display: block;
}
.section-partner .slick-slide.slick-loading img {
    display: none;
}
.section-partner .slick-slide.dragging img {
    pointer-events: none;
}
.section-partner .slick-initialized .slick-slide {
    display: block;
}
.section-partner .slick-loading .slick-slide {
    visibility: hidden;
}
.section-partner .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.section-partner .slick-arrow.slick-hidden {
    display: none;
}



@media only screen and (min-widht: 1921px) {
    div#marcel-privat-business ul.et_pb_tabs_controls.clearfix {
        text-align: center !important;
        margin-left: 180px;
    }
}

@media only screen and (max-width: 500px) {
    div#marcel-privat-business li.et_pb_tab_0 {
        height: 60px !important;
    }
}

/* Leistungen Tabs
------------------------------------------------------- */

div#leistungen li.et_pb_tab_0,
div#leistungen li.et_pb_tab_1,
div#leistungen li.et_pb_tab_2,
div#leistungen li.et_pb_tab_3,
div#leistungen li.et_pb_tab_4,
div#leistungen li.et_pb_tab_5 {
    width: 25% !important;
    text-align: center;
    height: 200px !important;
    position: relative;

}

div#leistungen li.et_pb_tab_0 a,
div#leistungen li.et_pb_tab_1 a,
div#leistungen li.et_pb_tab_2 a,
div#leistungen li.et_pb_tab_3 a,
div#leistungen li.et_pb_tab_4 a,
div#leistungen li.et_pb_tab_5 a {
    color: #ff6900 !important;
    position: relative;
    bottom: -40px;
}

div#leistungen li.et_pb_tab_0::before,
div#leistungen li.et_pb_tab_1::before,
div#leistungen li.et_pb_tab_2::before,
div#leistungen li.et_pb_tab_3::before,
div#leistungen li.et_pb_tab_4::before,
div#leistungen li.et_pb_tab_5::before {
    content: '';
    position: absolute;
    background-image: url("/wp-content/uploads/2023/02/veranlaguingen.png");
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center !important;
    left: 50%;
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    margin-top: 20px;

}

div#leistungen li.et_pb_tab_1::before {
    background-image: url("/wp-content/uploads/2023/02/veranlagungen2.png");
}

div#leistungen li.et_pb_tab_2::before {
    background-image: url("/wp-content/uploads/2023/02/versicherung.png");
}

div#leistungen li.et_pb_tab_3::before {
    background-image: url("/wp-content/uploads/2023/02/finanzierungen.png");

}
div#leistungen li.et_pb_tab_4::before {
    background-image: url("/wp-content/uploads/2023/02/immobilien.png");
}

div#leistungen .et_pb_tab_content {
    padding: 5%;
    background-color: #E75112;
    color: #fff;
}

div#leistungen .et_pb_tab_content h4 {
    color: #fff;
}

.section-leistungen ol li::marker {
    font-size: 25px !important;
    font-weight: bold;
    vertical-align: middle !important;
}

.section-leistungen ol li {
    margin-bottom: 10px;
}




/* Leistungen Mobil */

div#leistungen-mobil .et_pb_toggle {
    width: 100% !important;
}

div#leistungen-mobil h5.et_pb_toggle_title {
    font-size: 18px !important;
    line-height: 28px !important;
    padding-right: 30px;
}

img.img-zitat {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.ff-partner-logocarousell img {
    max-height: 120px;
}
.hero-section .et_pb_tab img {
    height: 300px !important;
    width: 300px !important;
    background-size: cover !important;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
}

div#kontakt img {
    height: 300px !important;
    width: 300px !important;
    background-size: cover !important;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;

}

div#kontakt .contact-img .et_pb_module {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.col-zitat img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background-size: cover !important;
    object-fit: cover;
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
    text-align: left !important;
}

.col-zitat h3 strong {
    font-size: 28px !important;
    line-height: 38px !important;
}

#ueber-mich img.wp-image-50684.alignnone.size-medium {
    height: 150px;
    width: 150px !important;
    background-size: cover !important;
    object-fit: cover;
    object-position: 0 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
    border-radius: 100%;
}

.full-content-img img {
    height: 100%;
    width: 100vw !important;
    background-size: cover !important;
    object-fit: cover;
    object-position: 90% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
}

.section-txt-img-full {
    margin-bottom: 0 !important;
    padding: 0 !important;
}


div#finanzierung-eigenheim .full-content-img img{
    object-position: center center !important;
}

/*Finanzielles Zuhause
------------------------------------------------------- */
.row-house-desc {
    padding-top: 50px;
}

.row-house-desc .et_pb_module.et_pb_toggle {
    padding-top: 100px;
    padding-bottom: 100px !important;
}


/*
------------------------------------------------------- */

.bild-boxen .et_pb_module:not(.et_pb_main_blurb_image) {
    height: 350px !important;
}
.bild-boxen h2.et_pb_module_header span {
    color: #fcb900 !important;
    text-shadow: 0 0 black !important;
}

.flip-box {
    height: 350px !important;
    border-radius: 0 !important;
}

h2.flip-box-title {
    text-align: center !important;
    width: 100%;

}

.flip-box-back {
    background-color: #e75113 !important;
}

.flip-box-back,
.flip-box-front {
    border-radius: 0 !important;
}

.flip-box-back p {
    font-size: 18px;
    line-height: 28px;
}

.flip-box-front::before {
    content: '';
    position: absolute;
    height: 350px;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 66%) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*article#post-50794 .et_pb_section.et_pb_section_0.et_pb_with_background.et_section_regular:before{
    content: '';
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 66%) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
*/

.sub-hero::before {
        content: '';
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 36%) 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Team Kacheln
------------------------------------------------------- */
.team-row .et_pb_team_member a {
    color: #ff6900;
}

.team-row .et_pb_team_member a:hover {
    color: #fcb900;
}

/* Team Breaker
------------------------------------------------------- */
.breaker-standort a {
    font-weight: 600;
    color: #000;
}

/* Testimonial 
------------------------------------------------------- */

.section-testiomonials .et_pb_testimonial_description {
    margin-right: 120px;
    margin-top: 30px !important;
}

.section-testimonials span.et_pb_testimonial_author {
    margin-right: 120px !important;
}

.testimonial-person img {
    height: 300px;
    width: 300px;
    width: 300px !important;
    background-size: cover !important;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
}

a.mehr-erfahren {
    position: relative;
    color: #f9ca00;
}

.ff-services-two-columns h4 {
    font-weight: 500 !important;
}

.ff-services-two-columns .et_pb_blurb_description p:not(a.mehr-erfahren) {
    height: 250px;
}

.carousel-leistungen img {
    height: 100px !important;
    margin-bottom: 30px;
}

.carousel-leistungen strong {
    padding-bottom: 30px !important;
}

.carousel-leistungen a,
.carousel-leistungen strong,
a.mehr-erfahren:hover {
    color: #e75113;
}

div#leistungen .swiper-slide {
    min-height: 500px;
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(255, 255, 255, 0.1) 0 1px 1px 0 inset, rgba(50, 50, 93, 0.25) 0 50px 100px -20px, rgba(0, 0, 0, 0.3) 0 30px 60px -30px;
}

div#leistungen p.sts-slide-desc {
    min-height: 156px;
    height: auto;
}

div#leistungen p.sts-slide-desc strong {
    line-height: 50px;
}

div#leistungen .swiper-button-next,
div#leistungen .swiper-button-prev {
    color: #fcb900;
}

/* Veranlagung 
------------------------------------------------------- */

.section-vorteile img {
    height: 100px !important;
}
div#financial-planning h5.et_pb_toggle_title {
    height: 70px;
}
.section-vorteile {
    padding-bottom: 0;
}

.section-vorteile p.sts-slide-desc {
    padding: 30px !important;
}
.swiper-button-prev,
.swiper-button-next {
    color: #fcb900 !important;
}
.section-vorteile .swiper-slide {
    padding: 30px;
    margin-bottom: 20px;
    margin-top: 20px !important;
    min-height: 330px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}

/*Versicherungen
------------------------------------------------------- */

a.et_pb_button.et_pb_button_4.special-btn.et_pb_bg_layout_light  {
    padding-left: 56px !important;
    padding-right: 57px !important;
}
.section-flip-box {
    padding-bottom: 0;
}

.flip-box-front h2 {
    left: 0 !important;
    font-size: 17px !important;
    line-height: 27px !important;
}

/* CF7 Forms
------------------------------------------------------- */

.ff-cf7-form {
 width: 100%;
}


.ff-cf7-form .col-md-6 {
  display: inline-grid;
  min-width: calc(50% - 5px);
 padding: 15px;
}
.ff-cf7-form .row {
 margin-top: 20px !important;
 margin-bottom: 20px !important;
}

.ff-cf7-form input,
.ff-cf7-form select{
 width: 100%;
 height: 40px !important;
 border: none;
 border-bottom: 3px solid;
}

.ff-cf7-form input[type=checkbox] {
    height: 10px !important;
    width: 10px !important;
}

span.wpcf7-form-control.wpcf7-checkbox {
    display: inline !important;
}
.ff-cf7-form select {
 width: 50%;
}

.ff-cf7-form textarea {
 width: 100%;
  border: 3px solid #0000003d;
}

.ff-cf7-form .wpcf7-submit {
 width: 25%;
 background-color: #fcb900;
 border: 1px solid #fcb900 !important;
 box-shadow: none;

}

/* Leasing
------------------------------------------------------- */


.leasing-hero h1 {
    color: #fff;
}
.section-icon-boxen .et_pb_blurb {
    padding: 0 !important;
    height: 200px !important;
}

.section-icon-boxen .et_pb_blurb_content {
    top: -50px !important;
}

div#kfz-leasing .et_pb_gutters2 .et_pb_column,
div#mobilien-leasing .et_pb_gutters2 .et_pb_column{
    margin-right: 1%;
}

div#kfz-leasing .et_pb_row.et_pb_row_9,
div#kfz-leasing .et_pb_row.et_pb_row_8,
div#mobilien-leasing .et_pb_row.et_pb_row_13,
div#mobilien-leasing .row-leasing-icon {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px !important;
}

div#kfz-leasing .et_pb_row_10.et_pb_row,
div#mobilien-leasing .et_pb_row_15.et_pb_row{
    margin-top: 10px !important;
}

.breaker-kfz-leasing .et_pb_column,
div#breaker-mobilien-leasing .et_pb_column{
    border: 2px solid;
    border-width: 3px;
    border-color: #FBEE66;
    box-shadow: 6px 6px 18px 0px RGBA(255,255,255,0);
    transition: box-shadow 300ms ease 0ms;
}

div#mobilien-leasing h4.et_pb_module_header span, 
div#kfz-leasing h4.et_pb_module_header span {
    font-size: 12px !important;

}

/* Immobilien
------------------------------------------------------- */
/*div#immo a.et_pb_button.et_pb_button_2.et_pb_bg_layout_light {
    padding-left: 46px !important; 
    padding-right: 47px !important;
}

#immo .et_pb_button_1_wrapper {
    margin-top: 195px !important;
}


#immo .et_pb_button_1_wrapper {
    margin-top: 30px !important;
}

#immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper.et_pb_button_alignment_left.et_pb_module.et_had_animation {
    float: right;
    top: -65.5px;
    position: relative !important;
    right: -30px !important;
}

*/


#immo .et_pb_button_1_wrapper {
    margin-top: 30px !important;
}

#immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper .et_pb_button{
    padding-left: 50px !important;
    padding-right: 45px !important;
}
/* Intro Image
------------------------------------------------------- */

div#teamwork .et_pb_row,
div#versicherungen .et_pb_row,
.section-txt-img-full .et_pb_row,
div#immo .et_pb_row{
    display: flex !important;
    align-items: center !important;
}
div#anlegerwohnungen .et_pb_row,
div#bauherrenmodell .et_pb_row {
    display: flex !important;
    align-items: stretch !important;
}

div#teamwork .et_pb_text,
div#versicherungen  .et_pb_text,
.section-txt-img-full .et_pb_text,
div#immo .et_pb_text {
    margin-top: 0 !important;
}

 .hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light {
        padding-right: 50px !important;
        padding-top: 14px !important;
        position: relative;
        top: -3px;
    } 

/* Footer 
------------------------------------------------------- */
div#kontakt .termin-button img {
    background-size: contain !important;
    height: 70px!important;

}
div#kontakt .full-footer-img img {
    height: 130vh !important;
    width: 100% !important;
    background-size: cover !important;
    object-fit: cover;
    object-position: 60% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
}

.footer-new .et_pb_row {
    padding: 0;
}

.footer-new .contact-img {
    padding-left: 110px;
}

input.input.et_pb_contact_captcha {
    border-bottom:  1px solid;
}



@media only screen and (max-width: 1800px) {
    .row-house-desc .et_pb_module.et_pb_toggle {
        padding-top: 60px;
        padding-bottom: 60px !important;
    }
}

@media only screen and (max-width: 1600px) {
    div#marcel-privat-business ul.et_pb_tabs_controls.clearfix {
        margin-left: 65px !important;
    }
    .row-house-desc .et_pb_module.et_pb_toggle {
        padding-top: 38px;
        padding-bottom: 45px !important;
    }
      div#kontakt .full-footer-img img {
        height: 160vh !important;
        width: 100% !important;
        background-size: cover !important;
        object-fit: cover;
        object-position: 60% 50%;
        font-family: 'object-fit: cover; object-position: center;';
        background-position: center center;
    }
    .hero-section .et_pb_text  {
        margin-top: 0 !important;
    }
    
    .hero-section .et_pb_column {
        width: 55%;
    }
  
}

@media only screen and (max-width: 1400px) {
   .hero-section .et_pb_module.et_pb_text.et_pb_text_0 {
       margin-top: 100px !important;
   }
      .hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light {
        margin-left: 0 !important;
    }
    .hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light {
        padding-right: 66px !important;
    }
    .row-house-desc .et_pb_module.et_pb_toggle {
        padding-top: 20px;
        padding-bottom: 20px !important;
    }
     .full-content-img img {
        height: 100vh !important;
        width: 100vw !important;
        background-size: cover !important;
        object-fit: cover;
        object-position: 90% 50%;
        font-family: 'object-fit: cover; object-position: center;';
        background-position: center center;
    }
     
      /*.hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light {
        padding-left: 63.5px !important;
        padding-right: 63.5px !important;
    } */
    .hero-section .et_pb_row_0.et_pb_row.row-hero-ff {
        padding-top: 0 !important;
    }
     .hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light {
        padding-right: 50px !important;
        padding-top: 14px !important;
        position: relative;
        top: -4px;
         margin-left: 20px !important;
    } 
   

  
}


@media only screen and (max-width: 1280px) {
    div#marcel-privat-business ul.et_pb_tabs_controls.clearfix {
        margin-left: 0 !important;
    }
    .row-house-desc .et_pb_module.et_pb_toggle {
        padding-top: 15px;
        padding-bottom: 15px !important;
   
}
}

@media only screen and (max-width: 1200px) {
    .row-house-desc .et_pb_module.et_pb_toggle {
        padding-top: 0;
        padding-bottom: 0 !important;
        width: 65%;
    }

    .hero-section {
        height: 100% !important;
        background-size: contain;
    }
   /* .hero-section .et_pb_row.et_pb_row_0 {
        margin-top: -300px;
    } */

    .hero-section .et_pb_column {
        width: 50%;
        /* padding-top: 600px; */
    }
    div#leistungen .swiper-slide {
        min-height: 500px;
    }

    div#teamworkl .et_pb_row {
        width: 100% !important;
        flex-direction: column-reverse;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-right: 0 !important;
    }

    .section-txt-img-full .et_pb_row_4.et_pb_row {
        margin-bottom: 0 !important;
    }

    .section-txt-img-full h2 {
        text-align: left !important;
    }
    .section-txt-img-full .et_pb_column {
        width: 100% !important;
        background-position: 100% !important;
    }
    .section-txt-img-full .et_pb_module.et_pb_text {
        margin: 0 auto 30px !important;
        width: 80%;
    }
    .section-finanzelles-zuhause .et_pb_text_13  {
        width: 80% !important;
    }
    div#kontakt .full-footer-img img {
        height: 90vh !important;
        object-position: 79% 130% !important;
    }
    .hero-section h1::before {
        display: none;
    }
    .hero-section a.et_pb_button.et_pb_button_1.ff-blog-button-start.et_pb_bg_layout_light {
        padding-right: 66px !important;
    }
  .hero-finanzierungen {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-9.jpg)!important;
        background-position: left center;
    }
    div#financial-planning {
        display: none;
    }
    .financial-planning.mobil {
        display: block !important;
    }
    div#versicherungen .et_pb_row.et_pb_row_2.et_pb_equal_columns.et_pb_gutters3 {
        padding-right: 0 !important;
    }
    .flip-box {
        width: calc(50% - 20px) !important;
        margin: 0 10px 20px !important;
    }
    .hero-section  {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-2.jpg)!important;
        background-position: center center !important;
        height: 100vh !important;
    }
    div#finanzierung-eigenheim .et_pb_button_module_wrapper {
        text-align: center;
    }
  
    
       
 
}

@media only screen and (max-width: 1024px) {
    div#marcel-privat-business .et_pb_tab_content span {
        font-size: 9px !important;
        line-height: 10px !important;
    }
       div#immo .et_pb_column.et_pb_column_1_3.et_pb_column_3 {
        width: 66% !important;
        margin-left: auto;
        margin-right: auto !important;
    
    }
     #immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper.et_pb_button_alignment_left.et_pb_module.et_had_animation {
        float: left;
        top: 0;
        position: relative !important;
        left: 0;
    }

    #immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper a {
        padding: 16px  45px 16px 50px !important
    }
    #immo .et_pb_button_1_wrapper {
        margin-top: 0 !important;
    }
    #immo .full-content-img img {
        height: 475px !important;
        object-position: 30%;
    }
    
    div#immo .et_pb_row.et_pb_row_2 {
        width: 100% !important;
        padding-right: 0 !important;
        margin-right: 15px !important;
    }
    #immo .et_pb_text_2 {
        margin-left: 0 !important;
    }
    .hero-section  {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-2.jpg)!important;
        background-position: center bottom !important;
        height: 100vh !important;
    }
    .hero-section .et_pb_column {
        width: 75%
    }
    div#teamwork .et_pb_row,
    div#versicherungen .et_pb_row{
        padding-right: 0 !important;
        background-size: contain;
        flex-direction: column-reverse;
    }
    div#anlegerwohnungen .et_pb_row.et_pb_row_6.et_pb_equal_columns.et_pb_gutters3{
        padding-left: 50px !important;
    }
    
    div#anlegerwohnungen .full-content-img img {
        height: 680px !important;
    }
    div#anlegerwohnungen .et_pb_column.et_pb_column_1_3.et_pb_column_9,
    div#bauherrenmodell .et_pb_column.et_pb_column_1_3.et_pb_column_13 {
        width: 45% !important;
    }
     div#anlegerwohnungen .et_pb_row.et_pb_row_8 {
         padding-left: 0 !important;
     }
    div#bauherrenmodell .full-content-img img {
        height: 560px !important;
       object-position: 50% 30% !important
    }
    div#bauherrenmodell .et_pb_row.et_pb_row_8 {
        padding-right: 50px !important;
    }
    div#leasing-intro .et_pb_row.et_pb_row_3.et_pb_equal_columns.et_pb_gutters3 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    div#kfz-leasing h4.et_pb_module_header,
    div#mobilien-leasing h4.et_pb_module_header{
        font-size: 12px;
    }
    .breaker-kfz-leasing h2,
    .breaker-kfz-leasing p,
    div#breaker-mobilien-leasing h2,
    div#breaker-mobilien-leasing p{
        min-height: 100px;
    }
    
    div#teamwork .et_pb_module{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    
    #teamwork .full-content-img img {
        background-size: contain !important;
        max-height: 50vh;
        
    }
    
    #teamwork .et_pb_text_inner,
    #teamwork h2 {
        text-align: center !important;
    }
    
    .section-finanzelles-zuhause .et_pb_text_13 {
        text-align: center !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    
    .section-finanzelles-zuhause .et_pb_module {
        width: 75%;
    }
    .footer-new .contact-img {
        padding-left: 60px;
    }
    .financial-planning.mobil .et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_close {
     min-height: 150px !important;
    } 
    .full-content-img img {
        height: 100% !important;
    }
    .section-txt-img-full .et_pb_module p,
    .section-txt-img-full .et_pb_module h2{
        text-align: center !important;
    }
    div#mobilien-leasing {
        margin-bottom: 2px;
    }
    
    div#finanzierung-eigenheim .et_pb_row {
        width: 100% !important;
        display: flex;
        flex-direction: column-reverse;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-right:  0 !important;
    }
    .testimonials-mobil .swiper-slide img {
        height: 300px !important;
        width: 300px !important;
        object-fit: cover;
        object-position: 50% 50%;
        font-family: 'object-fit: cover; object-position: center;';
        background-position: center top !important;
        padding-bottom: 30px;
        margin-left: auto;
        margin-right: auto !important;
    }
    .testimonials-mobil p.sts-slide-desc {
        padding: 20px 50px;
    }

}

@media only screen and (max-width: 992px) {
    div#leistungen li.et_pb_tab_2::before,
    div#leistungen li.et_pb_tab_3::before,
    div#leistungen li.et_pb_tab_4::before,
    div#leistungen li.et_pb_tab_5::before {
        height: 100px;
        width: 100px;
    }
    div#leistungen li.et_pb_tab_2 a,
    div#leistungen li.et_pb_tab_3 a,
    div#leistungen li.et_pb_tab_4 a,
    div#leistungen li.et_pb_tab_5 a {
        padding: 0;
    }
    div#leistungen li.et_pb_tab_2,
    div#leistungen li.et_pb_tab_3,
    div#leistungen li.et_pb_tab_4,
    div#leistungen li.et_pb_tab_5 {
        height: 100px !important;
    }
    .hero-section .et_pb_module.et_pb_text.et_pb_text_0 {
        margin-top: 30px !important;
    }
    .ff-services-two-columns .et_pb_column {
        width: 50% !important;
    }
    .section-txt-img-full  .et_pb_row {
        padding-right: 0 !important;
        display: flex;
        flex-direction: column-reverse !important;
    }
    
    .section-txt-img-full.right-img .et_pb_row {
        padding-left: 0 !important;
    }
    .section-txt-img-full.right-img  .et_pb_button_module_wrapper  {
        justify-content: center !important;
        display: flex;
    }
    .sub-hero .et_pb_text_inner {
        text-align: left;
    }
     #immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper.et_pb_button_alignment_left.et_pb_module.et_had_animation {
        float: right;
        top: -67px;
        position: relative !important;
        left: 0;
    }
      div#anlegerwohnungen .et_pb_row, 
    div#bauherrenmodell .et_pb_row {
        width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
          display: flex;
        flex-direction: column-reverse;
        padding: 0 !important
      
    }

      div#bauherrenmodell .et_pb_row {
          flex-direction: column;
      }

    div#bauherrenmodell .et_pb_button_module_wrapper,
      div#anlegerwohnungen .et_pb_button_module_wrapper {
          text-align: center;
          margin-bottom: 30px !important
      }
    div#anlegerwohnungen .et_pb_column.et_pb_column_1_3.et_pb_column_9, 
    div#bauherrenmodell .et_pb_column.et_pb_column_1_3.et_pb_column_13 {
        width:100% !important;
    }
    div#anlegerwohnungen .et_pb_row.et_pb_row_6.et_pb_equal_columns.et_pb_gutters3 {
        padding-left: 0 !important;
    }
    div#bauherrenmodell .full-content-img img,
    div#anlegerwohnungen .full-content-img img{
        height: 100% !important;
    }
     div#bauherrenmodell .full-content-img {
         padding-top: 30px;
     }
    div#bauherrenmodell .et_pb_row.et_pb_row_8.et_pb_equal_columns.et_pb_gutters3 {
        display: flex;
        flex-direction: column-reverse !important;
    }
    div#bauherrenmodel .et_pb_button_module_wrapper.et_pb_button_alignment_right {
       text-align: left !important;
    }
    div#leasing-intro .et_pb_row{
        padding-left: 0 !important;
    }
    div#leasing-intro .et_pb_row.et_pb_row_1 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
    div#interesse .et_pb_module,
    .special .et_pb_module{
        width: 70%;
    }
    
    div#marcel-privat-business ul.et_pb_tabs_controls.clearfix {
        margin-left: 150px !important;
    }
    .hero-section {
        height: 100vh !important;
   }
    .hero-section .et_pb_row.et_pb_row_0 {
        /* margin-top: -50%; */
   }
    .hero-section .et_pb_column {
        width: 100%;
        padding-top: 0;
  }
   .hero-section p {
    width: 100% !important;
    text-align: left;
   }
     .hero-section h1 {
      text-align: left;
     }
    .section-testimonials .et_pb_module {
    width: 100%;
    }
    .section-testimonials .et_pb_module p {
        text-align: left !important;  
    }
    .right-img .testimonial-person img {
        left: 50%;
    }
    .section-testimonials .et_pb_row_8,
    .section-testimonials .et_pb_row_10,
    .section-testimonials .et_pb_row_12 {
        flex-direction: column-reverse !important;
        display: flex !important;
    }
    .section-testimonials .testimonial-person img {
        right: 50%;
    }
    div#teamwork .et_pb_row.et_pb_row_5.et_pb_equal_columns.et_pb_gutters3 {
        padding-right: 0 !important;
    }
  div#teamwork .et_pb_row.et_pb_row_5.et_pb_equal_columns.et_pb_gutters3 {
    padding-right: 0 !important;
    } 
      .breaker-cta .et_pb_text_15{
        width: 50%;
    }
     .breaker-cta h1,
    .breaker-cta p{
         text-align: left !important;
     }

    .footer-breaker .et_pb_module {
        width: 50%;
    }
    div#kontakt img {
        height: 200px !important;
        width: 200px !important;
    }
    div#kontakt h4,
    div#kontakt p {
        text-align: center !important;
    }
    div#kontakt .termin-button img {
        background-size: contain !important;
        height: 100px!important;
        width: 100% !important;
    }
    .row-house-desc .et_pb_module.et_pb_toggle {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px!important;
    }
    #start {
        padding-top: 0 !important;
    }
    li#menu-item-51047 {
        width: auto;
        max-width: 50%;
    }
    li#menu-item-51047 a {
        text-align: center;
    }
    .section-txt-img-full  .et_pb_row,
    .section-txt-img-full .et_pb_row_2.et_pb_row{
        padding-right: 0 !important;
        display: flex !important;
        flex-direction: column-reverse !important;
    }
     div#teamwork .et_pb_row {
         flex-direction: column !important
     }
    
    .section-txt-img-full.right-img .et_pb_row {
        padding-left: 0 !important;
    }
    .section-txt-img-full.right-img  .et_pb_button {
        justify-content: center !important;
        display: flex;
    }
    div#versicherungs-check .et_pb_row{
        justify-content: center;
        display: flex;  
        width: 100% !important;
    }
    
    div#financial-planning .et_pb_module{
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
    }
    div#versicherungs-check .et_pb_row{
        width: 100% !important;
        display: block !important;
        flex-direction: column;
        justify-content: center !important;
    
    }
    
    div#versicherungs-check  .et_pb_button_module_wrapper {
        text-align: center;
    }
    .testimonials-mobil .swiper-slide img {
    height: 300px;
    width: 300px !important;
        background-size: cover !important;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: center;';
    background-position: center center;
    margin-bottom: 20px;
    }
    
    .testimonials-mobil p.sts-slide-desc,
    .testimonials-mobil .swiper-slide p{
       font-size: 14px !important;
        line-height: 24px !important;
        padding: 20px;
    }
    
    .testimonials-mobil span {
       font-size: 12px !important;
        line-height: 22px !important;
    }
    .testimonials-mobi .swiper-button-prev,
    .testimonials-mobi .swiper-button-next {
       position: absolute;
       top: 330px;
    }
    .testimonials-mobil,
    .section-heading-testiomonials{
        background-color: #F5F5F5 !important;
    }
     .section-heading-testiomonials {
         padding-top: 0px;
         margin-top: 30px;
     }
    .page-id-50830 .sub-hero a.et_pb_button.et_pb_button_0.et_pb_bg_layout_light {
        padding-left: 69px !important;
        padding-right: 69px !important;
    }
      .financial-planning.mobil .et_pb_module.et_pb_toggle.et_pb_toggle_item.et_pb_toggle_close {
        min-height: 0 !important;
    } 
    div#versicherungs-check a.et_pb_button.et_pb_button_2.et_pb_bg_layout_light {
     padding-left: 55px !important;
     padding-right: 52px !important;
    }
    .full-footer-img {
        display: none;
    }
    .footer-new .contact-img {
        padding-left: 30px;
        padding-right: 30px;
    }
    div#kontakt-mobil  {
      display: none;
    }
    .breaker-kfz-leasing h2, .breaker-kfz-leasing p, div#breaker-mobilien-leasing h2, div#breaker-mobilien-leasing p {
        min-height: 0 !important;
    }
    .section-icon-boxen .et_pb_column {
        margin: 8px !important;
    }
    div#kfz-leasing .et_pb_row.et_pb_row_9,   div#mobilien-leasing .row-leasing-icon  {
        margin-top: 0 !important;
    }
    div#finanzierung-eigenheim .et_pb_button_module_wrapper {
        text-align: center;
    }
    .immo-center-txt {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100% !important;
    }
    div#immo .et_pb_row.et_pb_row_1 {
        margin-bottom: 0 !important;
    }
    .section-vorteile .et_pb_code {
      margin-top: 30px !important;
    }
    div#CF60cf4bdbcf3d1_1-row-1 p {
        text-align: center !important;
    }
     
}

@media only screen and (max-width: 567px) {
    div#leistungen li.et_pb_tab_2,
    div#leistungen li.et_pb_tab_3,
    div#leistungen li.et_pb_tab_4,
    div#leistungen li.et_pb_tab_5 {
        width: 50% !important;
        display: inline-block;
    }
    div#leistungen li.et_pb_tab_2,
    div#leistungen li.et_pb_tab_3,
    div#leistungen li.et_pb_tab_4,
    div#leistungen li.et_pb_tab_5 {
        border: none;
    }

    div#marcel-privat-business ul.et_pb_tabs_controls.clearfix {
        margin-left: 0 !important;
    }
    .ff-partner-logocarousell img {
        max-height: 90px;
        padding: 10px;
    }
       li#menu-item-51047 {
        width: auto;
        max-width: 100%;
    }
 
    div#teamwork .et_pb_row,
    div#teamwork .et_pb_row_6.et_pb_row{
        margin-right: 0 !important;
        width: 100%!important;
        padding-right: 0!important;
    }
    div#teamwork .et_pb_row_5 {
        margin-bottom: 0 !important;
    }

    .section-testimonials .testimonial-person img {
        left: 0;
        padding-bottom: 30px;
    }
    .section-finanzelles-zuhause .et_pb_text_13 {
        width: 100% !important;
    }
    .section-finanzelles-zuhause .et_pb_module.et_pb_text.et_pb_text_14 {
        width: 100%;
        padding: 20px !important;
    }
    div#start h4 {
        color: #000 !important;
        display: block;
    }
    body .et_pb_button {
        font-size: 14px !important;
    }
    .breaker-cta .et_pb_text_16,
    .footer-breaker .et_pb_module{
        width: 100%;
    }
    .footer-breaker .et_pb_text_21 {
        margin-top: 350px !important;
    }
    div#kontakt .termin-button img {
        height: 50px !important;
    }
     div#kontakt a,
     div#kontakt p {
         font-size: 13px !important;
     }
   /* .sub-hero .et_pb_row.et_pb_row_0 {
        padding-top: 200px !important;
    } */
    
    article#post-50896 .ff-blog-button-start {
        padding-left: 43px !important;
        padding-right: 43px !important;
    }
     .section-txt-img-full .et_pb_row_2.et_pb_row{
        padding-right: 0 !important;
        display: flex;
        flex-direction: column-reverse !important;
    }
    .section-txt-img-full.right-img .et_pb_row {
        flex-direction: column !important;
    }
    article#post-50830 a.et_pb_button.et_pb_button_0 {
        padding-right: 62px !important;
        padding-left: 62px !important;
    }
    .sub-hero .et_pb_button_module_wrapper{
      text-align: center;
      display: flex;
      justify-content: center;
    }
     .sub-hero .et_pb_text_inner {
         text-align: center !important;

      justify-content: center;
     }
    .hero-veranlagungen .et_pb_row.et_pb_row_0 {
        padding-top: 0 !important;
    }
    .financial-planning.mobil .et_pb_text,
    div#versicherungs-check .et_pb_text{
    width: 100%;
}
    .section-intro-veranlagung .et_pb_module {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100%;
    }
       .flip-box {
        width: calc(100% - 20px) !important;
        margin: 0 10px 20px !important;
    }
    article#post-50794  a.et_pb_button.et_pb_button_1 {
        padding-left: 55px !important;
        padding-right: 55px !important;
    }
    .post-50816  div.et_pb_section.et_pb_section_0 {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-2.jpg)!important;
        background-position: 40% top!important;
    }
    #immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper.et_pb_button_alignment_left.et_pb_module.et_had_animation {
        margin-bottom: 70px !important;
        top: 0;
        position: static !important;
        text-align: center;
        float: none;
    }
    #immo .et_pb_button_module_wrapper.et_pb_button_2_wrapper a {
        padding-left: 45px !important;
    }
    div#bauherrenmodell {
        margin-top: 70px !important;
    }
    div#immo .et_pb_column.et_pb_column_1_3.et_pb_column_3 {
        width: 80% !important;
    }
    .section-txt-img-full .et_pb_module.et_pb_text{
        width: 100%;
    }
    div#immo .et_pb_row_1.et_pb_row {
        margin-bottom: 0px !important;
    }
    div#bauherrenmodell .et_pb_row.et_pb_row_8 {
        padding-right: 0 !important;
    }
    .full-content-img img {
        height: 100% !important;
        width: 100vw !important;
        background-size: cover !important;
        object-fit: cover;
        object-position: 90% 50%;
        font-family: 'object-fit: cover; object-position: center;';
        background-position: center center;
    }
    div#mobil-hero .et_pb_column {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    
    div#mobil-hero .et_pb_module img {
        height: 500px;
            width: 100vw !important;
            background-size: cover !important;
            object-fit: cover;
            object-position: 70% 50%;
            font-family: 'object-fit: cover; object-position: center;';
            background-position: center center;
    }
    
    div#mobil-hero .et_pb_row.et_pb_row_1 {
        margin-left: 0;
        margin-right: 0 !important;
        width: 100%
    }
    
    div#mobil-hero  .et_pb_text_1 {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 20px !important;
    }
    
    div#teamwork {
        margin-top: 0;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    div#teamwork .et_pb_text {
        padding-top: 0 !important;
    }
    div#kontakt .et_pb_row {
        display: flex;
        flex-direction: row-reverse;
    }
   .full-footer-img {
       display: none;
   }
    .footer-new .contact-img {
        padding-left: 20px !important;
    }
    .footer-new .et_pb_column_3_5 {
        display: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    h1, div#mobil-hero h1 span, h2, h4, h5,
        .section-txt-img-full h2,
        .section-testimonials .et_pb_module p{
        text-align: center !important;
    }
    .heading-partner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .heading-partner .et_pb_module.et_pb_text {
       margin-left: auto !important;
    }
    .heading-partner h4 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
    div#partner a.et_pb_button{
        text-align: left !important;
    }
        
    h2 {
        font-size: 23px !important;
        line-height:33px;
    }
    .flip-box-front h2 {
        font-size: 18px !important;
        line-height: 28px;
    }
    .et_pb_text_22.footer-braker-txt {
        margin-top: 50px !important;
    }
     .breaker-cta {
         background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-50.jpg)!important;
         background-position: 80% 100% !important;
     }
    .braker-cta .et_pb_button_module_wrapper.et_pb_button_alignment_left {
        text-align: center !important;
    }
    .swiper-button-next {
       justify-content: flex-end !important;
    }
    
    .swiper-button-prev {
        justify-content: flex-start !important;
    
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
       font-size: 20px !important;
    }
    .sub-hero {
        justify-content: center !important;
    }
    .leasing-hero {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-29-2.jpg)!important;
        background-position: 30% 50%;
    
    }
    div#interesse .et_pb_module {
        width: 100%;
    }
     div#interesse {
         display: flex;
         justify-content: center;
     }
    .footer-breaker .et_pb_button_module_wrapper {
        text-align: center;
    }
    
    .footer-braker-txt,
    .footer-breaker .et_pb_text_10{
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .breaker-cta h1, .breaker-cta p {
        text-align: center !important;
    }
    .breaker-cta a.et_pb_button.et_pb_button_4.et_pb_bg_layout_light,
    div#interesse .et_pb_button_module_wrapper {
        text-align: center !important;
    }
    .partner-btn .et_pb_button_module_wrapper,
    .breaker-cta.special .et_pb_button_module_wrapper {
        text-align: center !important;
    }
    div#versicherungen,
    div#leasing-intro,
    div#finanzierung-eigenheim{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    div#versicherungen .et_pb_row.et_pb_row_1 {
        margin-bottom: 0 !important;
    }
    .hero-versicherungen .et_pb_row.et_pb_row_0 {
        padding-top: 150px !important;
    }
     .hero-versicherungen {
         height: 85vh !important
     }
    .hero-versicherungen h1 {
        font-size: 25px !important;
        color: #fff;
    }

     .hero-versicherungen p span {
         color: #fff;
     }
    
    .hero-versicherungen {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-18.jpg)!important;
        background-position: 50% 30%!important;
    }
    .special .et_pb_module{
        width: 100%;
    }
    .breaker-cta.special {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-50.jpg)!important;
        background-position: center bottom !important;
    }
     .breaker-cta.special a.et_pb_button.et_pb_button_5.et_pb_bg_layout_light {
         padding-left: 41px !important;
         padding-right: 41px !important;
     }
    .leasing-hero {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-29-2.jpg)!important;
        background-position: 35% 50%;
    }
    .leasing-hero h1 {
        color: #000;
    }
   
    div#versicherungs-check .et_pb_blurb_0.et_pb_blurb, 
    div#versicherungs-check .et_pb_blurb_1.et_pb_blurb, 
    div#versicherungs-check .et_pb_blurb_2.et_pb_blurb {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .section-flip-box .row-btn{
        margin: 0 !important;
        width: 100%;
    }
    .kredit-form .et_pb_row.et_pb_row_0 {
        padding: 10px !important;
        margin-bottom: 0 !important;
    }
    .section-icon-boxen .row-leasing-icon {
        width: 50% !important;
        display: inline-flex;
    }

    .section-icon-boxen .et_pb_blurb{
        height: 100px !important;
    } 
    .section-icon-boxen .et_pb_column {
        margin: 2px !important;
    }
   .et_pb_blurb_0.et_pb_blurb.offer-box,
    .et_pb_blurb_1.et_pb_blurb.offer-box{
        padding-top: 50px !important;
        padding-bottom: 15px !important;
       height: auto!important
    }
    .row-angebot-form {
        padding: 20px !important;
    }
    .page-id-5134 .et_pb_text_0 h1 {
        font-size: 20px !important;
        line-height: 40px !important;
    }
    .leasing-hero a.et_pb_button_1  {
        padding-left: 42px !important;
        padding-right: 44px !important;
    }
    div#finanzierung-eigenheim .et_pb_row.et_pb_row_1 {
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }
     div#finanzierung-eigenheim h2 {
         font-size: 20px !important;
         /* line-height: 30px; */
     }
   .hero-finanzierungen {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-9.jpg)!important;
        background-position:20% 50% !important;
    }
   .hero-finanzierungen .et_pb_row.et_pb_row_0{
        padding-top: 190px !important;
    }

     .hero-finanzierungen h1 {
         color: #fff;
         font-size: 29px !important;
     }
    article#post-51360 h1 {
        font-size: 30px;
    }
    
    .ff-cf7-form .wpcf7-submit {
        width: 100%;
    }
    .ff-cf7-form {
        padding-top: 0 !important;
    }
     .hero-immo {
         height: 115vh !important;
     }
    .hero-immo .et_pb_row.et_pb_row_0 {
        padding-top: 150px !important;
    }
    #immo .et_pb_button_module_wrapper {
    text-align: center;
    }
    
    #immo a.et_pb_button.et_pb_button_1 {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .section-finanzelles-zuhause .et_pb_module {
        margin-left: auto;
        margin-right: auto;
    }
    h5.et_pb_toggle_title {
        text-align: left !important;
    }
    .section-vorteile p.sts-slide-desc {
        font-size: 14px !important;
    }
    .section-vorteile .swiper-slide {
        min-height: 0;
        height: auto;
    }
    .et_pb_code_0.immo-vorteile {
        margin-top: 30px !important;
    }
    .leasing-hero .et_pb_row.et_pb_row_0 {
        padding-top: 150px !important;
    }
    div#kfz-leasing  h3 ,
    div#mobilien-leasing  h3 {
        font-size: 20px !important;
        margin-top: 0;
    }
    .breaker-kfz-leasing,
    div#breaker-mobilien-leasing{
        padding-top: 50px !important;
    }
    div#breaker-mobilien-leasing{
        background-position: 50% 50%;
    }
    .footer-breaker a.et_pb_button {
        width: 80%;
    }
    a.et_pb_button{
        width: 300.53px !important;
    }
   .breaker-kfz-leasing a.et_pb_button,
    div#breaker-mobilien-leasing a.et_pb_button{
        width: auto !important;
    }
   .section-braeker-kredit h1 span {
       font-size: 29px !important;
   }
     .section-braeker-kredit  {
         padding-bottom: 30px !important;
     }
    .faq-section h5.et_pb_toggle_title,
     h5.et_pb_toggle_title{
        font-size: 14px !important;
    }
     .faq-section p span,
     .faq-section p {
         font-size: 13px !important;
         line-height: 1.3em;
     }
    h2 span, h2 {
        font-size: 19px !important;
    }
     .hero-finanzierungen {
         height: 90vh!important;
    }
    
    p.elementor-heading-title {
        text-align: center !important;
    }
    #mobil-hero .et_pb_row {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
     .versicherungs-check-img {
    background-image:url(/wp-content/uploads/2023/04/2023-01-13_Christopher_Bleiweiss_Auswahl-2.jpg)!important;
    background-position: right 20% top -0px !important;
   
}

}


@media only screen and (max-width: 330px) {
    div#finanzierung-eigenheim a.et_pb_button {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 250px !important;
    }
    div#kreditrechner-mobil .et_pb_row {
        padding-bottom: 0 !important;
    }
     a.et_pb_button{
        width: 250px !important;
    }
    .hero-finanzierungen{
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-9.jpg)!important;
        background-position:20% 50% !important;
        height: 85vh!important;
    }
    .hero-finanzierungen h1 {
         color: #fff;
         font-size: 25px !important;
     }
    
    div#kreditrechner-mobil .et_pb_row.et_pb_row_4 {
        margin-left: auto !important;
        margin-right: auto !important;
        width:90% !important;
    }
        .hero-versicherungen {
        background-image: url(/wp-content/uploads/2023/02/2023-01-13_Christopher_Bleiweiss_Auswahl-18.jpg)!important;
        background-position: 50% 30%!important; 
    }
    h1, h1 span,
    .form-heading h1 span{
    font-size: 27px !important;
    }
   div#finanzierung-eigenheim .et_pb_text_3  h2 span {
        font-size: 18px !important;
    }
    .flip-box-front h2 {
        font-size: 15px !important;
        text-align: center !important;
    }
   
}




h1,
h1 span,
h2 {
    font-family: 'Gilroy-ExtraBold',Helvetica,sans-serif !important;
    font-weight: 900;
    text-transform: uppercase !important;
}

.hero-section .et_pb_module.et_pb_text.et_pb_text_0 p {
    width: 70% !important;
}

#top-menu .menu-item-has-children > a:first-child:after {
    top: 10px !important;
}


.et_pb_image, 
.et_pb_image .et_pb_image_wrap,
.et_pb_image .et_pb_image_wrap img,
img{
    pointer-events: none  !important;
}