.et_pb_scroll_top.et-pb-icon {
    /* bottom: 118px!important; */
    /* display: none!important; */
    background: #007a7c;
}
a.stm-button-anfrage-header {
    transition: 0.5s all;
    opacity: 1;
}
.footer-leiste-icons-box {
    display: none;
}
/*************************************************
*********** Button Box Anfrage Desktop ************
**************************************************/
img.stm-button-anfrage-header,.sfm-body-pushed img.stm-button-anfrage-header  {
    position: absolute;
    bottom: 85px!important;
    right: 248px!important;
    width: 180px;
    z-index: 25!important;
    opacity: 1;
    transition: all 0.5s;
}

.sfm-body-pushed img.stm-button-anfrage-header  {
    position: fixed!important;
}

.on-scroll img.stm-button-anfrage-header, .on-scroll img.stm-button-anfrage-header.stm-button-buchen-header {
    opacity: 0;
    z-index:-1;
}

.on-scroll.sfm-body-pushed img.stm-button-anfrage-header,
.on-scroll.sfm-body-pushed img.stm-button-anfrage-header.stm-button-buchen-header
{opacity:1}
img.stm-button-anfrage-header:hover{transform:scale(0.9)}

img.stm-button-anfrage-header.stm-button-buchen-header,.sfm-body-pushed img.stm-button-anfrage-header.stm-button-buchen-header {
    z-index: 20!important;
    right: 110px!important;
    bottom: 150px!important;
}


.tm-no-slider img.stm-button-anfrage-header {
    display: none;
}
.tm-no-slider.sfm-body-pushed img.stm-button-anfrage-header {
    display: block;
}

.sfm-body-pushed img.stm-button-anfrage-header {
    z-index: 9999999999!important;
}
.sfm-body-pushed img.stm-button-anfrage-header.stm-button-buchen-header {
    z-index: 9999999!important;
}



@media screen and (max-width: 1500px) {
    img.stm-button-anfrage-header,.sfm-body-pushed img.stm-button-anfrage-header  {
        bottom: 50px!important;
        right: 180px!important;
        width: 150px!important;
    }
img.stm-button-anfrage-header.stm-button-buchen-header,.sfm-body-pushed img.stm-button-anfrage-header.stm-button-buchen-header {
    right: 73px!important;
    bottom: 115px!important;
}

    
}

@media screen and (max-width: 1300px) {
   
}



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

@media screen and (max-width: 768px) {
}
@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 */
    display: none;
}

/* Footer-Leiste */


/* 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: 400;
    /* Normale Schriftstärke */
    color: #ffffff;
    /* Weißer Text */
    font-size: 12px;
    /* Schriftgröße */
    padding: 10px 0 7px;
    border-right: 1px solid #5f5c5a;
    text-transform: uppercase;
    font-family: transat-text, sans-serif;
}

/* Individuelle Hintergrundfarben für jedes Flib-Item */
.flib-item:nth-child(1) {
    background-color: #007a7c;
    /* Grüner Hintergrund für das erste Element */
}
.flib-item:nth-child(4) {
    background-color: #1e2023;
}
a.flib-item {
}
.flib-item:nth-child(2) {
    background-color: #007a7c;
    /* Blauer Hintergrund für das zweite Element */
}
a.flib-item.flib-item-buchen {
}
.flib-item:nth-child(3) {
    background-color: #007a7c;
    /* Pinker Hintergrund für das dritte Element */
    border-right: none!important;
}


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

/*************************************************
*********** 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;
}

