/*
    general component styling outside contentblocks (margins, paddings etc.)
    TODO: to be replaced!
*/

/* Lege layout kolom op mobiel hoogte geven*/
@media (max-width: 479px) {

    [data-systype='bg-image'] > .m-col-item:empty {
		min-height:250px;
        pointer-events:none;
	}


    [data-systype='video'] > .m-col-item:empty {
        min-height:250px;
        pointer-events:none;
    }
}



/* default button margin */
.margin-left-25 {
    margin-left: 25px !important;
}
.margin-right-25 {
    margin-right: 25px !important;
}
.margin-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}

/* m-quote font family inheriting */
.m-quote .m-title, .m-quote .m-subtitle, .m-quote .m-intro {
    font-family: inherit;
}




