
@media(min-width:992px) {

    #c659 {
        margin-top: -20px;
        margin-bottom: 0px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border: 0px solid red;
        height: 1rem;

    }
    #c659 .frame-type-div:after {
        margin-left: -20px;

    }

    #c659 .frame-type-div:after {





    }


    @media(min-width:1200px) {

        #c659 .frame-type-div:after {
            content: "";
            display: block;
            width: 100%;
            width: 260px;
            height: 4px;
            background:black;
            margin-top: -2rem;
            position: relative;
            top: -60px;
        }

    }
    
        @media(min-width:1400px) {

        #c659 .frame-type-div:after {
            content: "";
            display: block;
            width: 100%;
            width: 305px;
            height: 4px;
            background:black;
            margin-top: -2rem;
            position: relative;
            top: -60px;
        }

    }
    





    .section .frame-type-ce_columns4 .ce-col .frame {
        border: 0px solid orange;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        /* padding-top: 30px; */
        /* padding-bottom: 30px; */
        /* margin: 0px; */
    }



}
@media(min-width:200px) and (max-width:992px) {
     .frame .not-mobile {
        display: none;
        border: 1px solid red;
    }
}


/* 4col schraze striche mobil weg */

@media(max-width:1200px) {
    
    #c659 { display: none};
    
}