/**
 * Theme Name:   OES FDM SKA
 * Description:  Child theme for the FDM SKA
 * Author:       Maren Strobl
 * Version:      2.2
 * Template:     oes
 * License:      GNU General Public License v2 or later
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* overwrite columns */
@media (min-width: 992px) {

    .fdm-lerneinheit-module .col-lg-8 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .fdm-lerneinheit-module .col-lg-4 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
}