/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Uwe Leinberger
 Author URI:     https://leinberger.info
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */


@media only screen and (max-width: 980px) {
    .ul-zwei-spalten .et_pb_column_2_5 {
    width: 40%!important;
}
	.ul-zwei-spalten .et_pb_column_3_5 {
    width: 60%!important;
}
}

@media only screen and (max-width: 479px) {
    .ul-zwei-spalten .et_pb_column_2_5 {
    width: 40%!important;
}
	.ul-zwei-spalten .et_pb_column_3_5 {
    width: 60%!important;
}
}