
/* BUTTON -- BESTELLEN SIE JETZT */
/* id #c435 */

@media (min-width:200px) and (max-width: 576px){

    #c435 { 
        
    }
    
    /* global */
    #c435 .gallery-row {
        display: flex;
        flex-wrap: wrap;
        gap: var(--gallery-gap);
        /* align-items: flex-end; */
        /* flex-direction: row; */
        /* align-content: flex-end; */
        padding-top:  0px;
        pading-bo: 0px;
        /* border:  1px solid green; */
    }
    #c435 { position: relative;display: flex; }
    
     #c435 {        
       width: 500px;
       height: 200px;
       
       width: 100%;
    }
    /* Alle */
    #c435 .gallery-row>.gallery-item {
        width: 100%;
        /* height: 200px; */
    }
    /* Alle ausser erstes */
    #c435 .gallery-row>.gallery-item ~ .gallery-item {
        width: 40px;
        height: 40px;
        position: relative;
        /* border: 0px solid green; */
        /* left: calc(100% - 50px - 50px - 0px); */
        top: -55px;
        left: calc(100% - 95px);
    }
    /* Verschiebung nach oben */
    #c435 {  }
}
@media (min-width:576px) {
     #c435 {
        width: 500px;
        height: 100px;
    }
    /* Alle */
    #c435 .gallery-row>.gallery-item {
        width: 100%;
    }
    /* Alle ausser erstes */
   #c435 .gallery-row>.gallery-item ~ .gallery-item {
        width: 50px;
        height: 40px;
        position: relative;
        border: 0px solid green;
        /* left: calc(100% - 50px - 50px - 0px); */
        top: -69px;
        left: calc(100% - 120px);
    }
    /* Verschiebung nach oben */
    #c435 {margin-top: 50px;margin-bottom: 50px;}
}

@media (min-width:992px) {
    /* Verschiebung nach oben */
    #c435 {/* position: relative; *//* margin-top: 150px; *//* margin-bottom: 0; */left: 53px;}
}
@media (min-width:1200px) {
    /* Verschiebung nach oben */
    #c435 {position: relative;/* margin-top: 200px; *//* margin-bottom: 0; *//* left: 422px; */}
}

@media (min-width:768px) {
     #c435 {
        width: 500px;
        height: 100px;
        transform: scale(0.85);
    }
    /* Alle */
    #c435 .gallery-row>.gallery-item {
        width: 100%;
    }
    /* Alle ausser erstes */
    #c435 .gallery-row>.gallery-item ~ .gallery-item {
        width: 55px;
        height: 55px;
        border: 0px solid red;
    }
    /* Verschiebung nach oben */
    #c435 {
           /* margin-top: 0px; */
           /* left: -13px; */
           /* margin-bottom: 100px; */
           /* position: relative; */
           /* top:  -119px; */
           /* z-index: -1; */
           }
}

@media (min-width:992px) {
    /* Verschiebung nach oben */
    
    #c435 {
        position: relative;
        left: 20%;
    }
}
@media (min-width:1200px) {
    /* Verschiebung nach oben */
    #c435 {position: relative;margin-right: 10%;/* top: -50px; *//* margin-bottom: 0; */left: 20%;/* float: right; */}
}
