/*======================SPALTEN BEHALTEN=======================*/

/*** Change Mobile Columns By DiviMundo.com ***/

/* 2 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .zweispaltig-handy .et_pb_column {
        width:47.25% !important;
    }
    
html .et-db .zweispaltig-handy .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    html .et-db .zweispaltig-handy .et_pb_column:not(:nth-child(2n)) {
            margin-right:5.5% !important;
    }
}

/* 3 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .dreispaltig-handy .et_pb_column {
        width:29.6667% !important;
    }

    html .et-db .dreispaltig-handy .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    html .et-db .dreispaltig-handy .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .vierspaltig-handy .et_pb_column {
        width:20.875% !important;
    }

html .et-db .vierspaltig-handy .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    html .et-db .vierspaltig-handy .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}

/* 5 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .fuenfspaltig-handy .et_pb_column {
        width:15.6% !important;
    }

    html .et-db .fuenfspaltig-handy .et_pb_column:nth-last-child(-n+5) {
        margin-bottom:0;
    }

    html .et-db .fuenfspaltig-handy .et_pb_column:not(:nth-child(5n)) {
        margin-right:5.5% !important;
    }
}

/* 6 Columns Mobile */
@media all and (max-width: 767px) {
    html .et-db .sechsspaltig-handy .et_pb_column {
        width:12.083% !important;
    }

    html .et-db .sechsspaltig-handy .et_pb_column:nth-last-child(-n+6) {
        margin-bottom:0;
    }

    html .et-db .sechsspaltig-handy .et_pb_column:not(:nth-child(6n)) {
        margin-right:5.5% !important;
    }
}

/*** Change Tablet Columns By DiviMundo.com ***/

/* 1 Column Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .einspaltig-tablet .et_pb_column {
        margin-right:0 !important;
        width:100% !important;
    }
    
        html .et-db .einspaltig-tablet .et_pb_column:not(:last-child) {
        margin-bottom:30px !important;
    }
}

/* 2 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .zweispaltig-tablet .et_pb_column {
        width:47.25% !important;
    }

.zweispaltig-tablet .et_pb_column:nth-last-child(-n+2) {
        margin-bottom:0;
    }

    html .et-db .zweispaltig-tablet .et_pb_column:not(:nth-child(2n)) {
        margin-right:5.5% !important;
    }
}

/* 3 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .dreispaltig-tablet .et_pb_column {
        width:29.6667% !important;
    }

html .et-db .dreispaltig-tablet .et_pb_column:nth-last-child(-n+3) {
        margin-bottom:0;
    }

    html .et-db .dreispaltig-tablet .et_pb_column:not(:nth-child(3n)) {
        margin-right:5.5% !important;
    }
}

/* 4 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .vierspaltig-tablet .et_pb_column {
        width:20.875% !important;
    }

html .et-db .vierspaltig-tablet .et_pb_column:nth-last-child(-n+4) {
        margin-bottom:0;
    }

    html .et-db .vierspaltig-tablet .et_pb_column:not(:nth-child(4n)) {
        margin-right:5.5% !important;
    }
}

/* 5 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .fuenfspaltig-tablet .et_pb_column {
        width:15.6% !important;
    }

.fuenfspaltig-handy .et_pb_column:nth-last-child(-n+5) {
        margin-bottom:0;
    }
    
    html .et-db .fuenfspaltig-tablet .et_pb_column:not(:nth-child(5n)) {
        margin-right:5.5% !important;
    }
}

/* 6 Columns Tablet */
@media all and (min-width: 768px) and (max-width: 980px) {
    html .et-db .sechsspaltig-tablet .et_pb_column {
        width:12.083% !important;
    }

    html .et-db .sechsspaltig-tablet .et_pb_column:nth-last-child(-n+6) {
        margin-bottom:0;
    }

    html .et-db .sechsspaltig-tablet .et_pb_column:not(:nth-child(6n)) {
        margin-right:5.5% !important;
    }
}






/*======================SPALTEN BEHALTEN ENDE=======================*/ 