
/* BUTTON -- SICHERN SIE SICH JETZT */
/* id #c429 */

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

    #c429 { 
        
       border: 0px solid red; 
       /*touch-action: none;*/
        /*pointer-events: none;*/
    }
    
    /* global */
    #c429 .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:  0px solid green;
    }
    #c429 { position: relative;display: flex; }
    
     #c429 {        
       width: 500px;
       height: 200px;
       
       width: 100%;
    }
    /* Alle */
    #c429 .gallery-row>.gallery-item {
        width: 100%;
        
    }
    /* Alle ausser erstes */
    #c429 .gallery-row>.gallery-item ~ .gallery-item {
        width: 40px;
        height: 40px;
        position: relative;
        border: 0px solid green;
        /* left: calc(100% - 50px - 50px - 0px); */
        top: -50px;
        left: calc(100% - 95px);
    }
    /* Verschiebung nach oben */
    #c429 {  }
}
@media (min-width:576px) {
     #c429 {
        width: 500px;
        height: 100px;
    }
    /* Alle */
    #c429 .gallery-row>.gallery-item {
        width: 100%;
    }
    /* Alle ausser erstes */
   #c429 .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% - 120px);
    }
    /* Verschiebung nach oben */
    #c429 {margin-top: 50px;margin-bottom: 100px;}
}

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

@media (min-width:768px) {
     #c429 {
        width: 500px;
        height: 100px;
    }
    /* Alle */
    #c429 .gallery-row>.gallery-item {
        width: 100%;
    }
    /* Alle ausser erstes */
    #c429 .gallery-row>.gallery-item ~ .gallery-item {
        width: 55px;
        height: 55px;
        border: 0px solid red;
    }
    /* Verschiebung nach oben */
    #c429 {margin-top: 50px;left : 100px;margin-bottom: 100px;}
}

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