.et_pb_scroll_top.et-pb-icon {
    bottom: 110px!important;
}

/*************************************************
*********** Button Box Anfrage rechts ************
**************************************************/

.bfh-top-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 20px;
    border-radius: 8px;
    position: fixed;
    z-index: 99999;
    right: 80px;
    width: 164px;
    top: 26%;
    transition: 0.8s all;
}

.on-scroll .bfh-top-box, .tm-no-slider .bfh-top-box {
    right: -7px;
    top: 11%;
    width: 120px;
    gap: 2px;
}


.bfh-top-button img {
  width: auto;
  height: auto;
  transition: transform 0.4s ease;
}

.bfh-top-button:hover img {
  transform: scale(1.05);
}


@media screen and (max-width: 1600px) {
.bfh-top-box {
    gap: 10px;
    right: 55px;
    width: 145px;
    top: 26%;
    }

.on-scroll .bfh-top-box, .tm-no-slider .bfh-top-box {
    right: -10px;
    top: 10%;
    width: 110px;
    gap: 2px;
}

@media screen and (max-width: 1300px) {
.bfh-top-box {
    gap: 0;
    right: 32px;
    width: 122px;
    top: 22%;}

.on-scroll .bfh-top-box, .tm-no-slider .bfh-top-box {
    right: -10px;
    top: 7%;
    width: 100px;
    gap: 2px;
}

@media screen and (max-width: 980px) {
.bfh-top-box {
    gap: 0;
    right: 23px;
    width: 108px;
    top: 16%;}
}

@media screen and (max-width: 768px) {
.bfh-top-box {
    gap: 0;
    right: 11px;
    width: 99px;
    top: 20%;
    }
    
.on-scroll .bfh-top-box {
    right: -10px;
    top: -1%;
    width: 90px;
    gap: 2px;
    }
}


@media screen and (max-width: 600px) {
.bfh-top-box {
    gap: 0;
    right: 11px;
    width: 99px;
    top: 14%;}
    
.on-scroll .bfh-top-box, .tm-no-slider .bfh-top-box {
    right: -10px;
    top: 7%;
    width: 90px;
    gap: 2px;
}

@media screen and (max-width: 480px) {
.bfh-top-box {
    gap: 0;
    right: 0!important;
    width: 70%;
    top: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    left: 0!important;
    margin: 0 auto;
    bottom: -2px;
    padding: 0 24px;
    justify-content: center;
    }

.bfh-top-button img {
    width: auto;
    height: auto;
    transition: transform 0.4s;
    margin: 0;
}
    
.on-scroll .bfh-top-box, .tm-no-slider .bfh-top-box  {
    width: 200px;
    gap: 0;
    bottom: 0;
    top: auto;
    }

.on-scroll .bfh-top-button img {
    height: auto;
    margin: 0;
}
    
}


/*************************************************
*********** Button Box Anfrage Desktop ************
**************************************************/
img.stm-button-anfrage-header {
    position: fixed;
    bottom: 7vh;
    right: 6vw;
    width: 285px;
    transition: all 1s;
    z-index: 25;
}

.on-scroll img.stm-button-anfrage-header {
    bottom: 22px;
    right: 16px;
    width: 201px;
}

@media screen and (max-width: 1500px) {
    img.stm-button-anfrage-header {
        bottom: 7vh;
        right: 6vw;
        width: 150px;
    }
}

@media screen and (max-width: 980px) {
    img.stm-button-anfrage-header {
        bottom: 4vh;
        right: 4vw;
        width: 150px;
    }
}

@media screen and (max-width: 600px) {
    a.stm-button-anfrage-header {
        display: none;
    }
}

/*************************************************
*************** Icons Leiste mobil ***************
*************************************************/
/* Bild-Styling */
.flib-item img {
    margin-bottom: 0;
    /* Kein Abstand unter den Bildern */
    max-height: 22px;
    /* Maximale Bildhöhe auf 29px begrenzt */
}

/* Footer-Leiste */
.footer-leiste-icons-box {
    display: none;
}

/* Styling für jedes Flib-Item */
.flib-item {
    display: flex;
    flex-direction: column;
    /* Anordnung von Bild und Text untereinander */
    align-items: center;
    /* Zentriert das Bild und den Text horizontal */
    flex: 1;
    /* Alle Elemente haben die gleiche Breite */
    text-align: center;
    /* Text zentrieren */
    font-weight: 100;
    /* Normale Schriftstärke */
    color: #fff;
    /* Weißer Text */
    font-size: 14px;
    /* Schriftgröße */
    padding: 6px 0 0;
    font-family: 'Overpass' !important;
}

/* Individuelle Hintergrundfarben für jedes Flib-Item */
.flib-item:nth-child(1) {
    background-color: transparent;
    /* Grüner Hintergrund für das erste Element */
}

.flib-item:nth-child(2) {
    background-color: transparent;
    /* Blauer Hintergrund für das zweite Element */
}

.flib-item:nth-child(3) {
    background-color: #493e2e;
    /* Pinker Hintergrund für das dritte Element */
}

/* Media Query für mobile Ansicht */
@media screen and (max-width: 600px) {
    .footer-leiste-icons-box {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background-color: rgb(109 91 66 / 75%);
        padding: 0;
        overflow: hidden;
        margin: 0 auto;
        display: none;
    }
}

/*************************************************
*********** Superfly Icons unter Logo ************
*************************************************/
.sfm-scroll-wrapper .sfm-logo .menu-telmail-box .mtmb .sf-open-menu-icons {width: 20px !important;height: 30px !important;vertical-align: middle !important;margin-right: 8px !important;mask-size: contain;mask-repeat: no-repeat;display: inline-block;background-color: #ffffff;position:relative;}

.sfm-scroll-wrapper .sfm-logo .menu-telmail-box .mtmb.mtmb-tel .sf-open-menu-icons {
-webkit-mask-image: url('/bilder/vm-sf-phone.svg');
mask-image: url('/bilder/vm-sf-phone.svg'); 
}

.sfm-scroll-wrapper .sfm-logo .menu-telmail-box .mtmb.mtmb-mail .sf-open-menu-icons {
-webkit-mask-image: url('/bilder/vm-sf-mail.svg');
mask-image: url('/bilder/vm-sf-mail.svg'); 
margin-right: 6px !important;
width: 22px !important;
height: 30px !important;
top:2px;
}

