/*

Theme Name: Child-Divi

Author: Manuel Diwosch

Version: 1.0

Description: Child Theme of Divi

Author URI: http://www.diwosch.at

Template: Divi

*/



@import url("../Divi/style.css");

/*----------6 Columns----------*/
 
.six-columns .et_pb_module {
    display: block;
	float: left;
    width: 16.2%!important;
}
 
@media only screen and (max-width: 1280px) {
     
.six-columns .et_pb_module {
    width: 49.3%!important; 
    }
}
 
@media only screen and (max-width: 879px) {
     
.six-columns .et_pb_module {
    width: 100%!important;
	}
}

/*----------5 Columns----------*/
 
.five-columns .et_pb_module {
    display: block;
	float: left;
    width: 19.6%!important;
}
 
@media only screen and (max-width: 1280px) {
     
.five-columns .et_pb_module {
    width: 45%!important; 
    }
}
 
@media only screen and (max-width: 479px) {
     
.five-columns .et_pb_module {
    width: 95%!important;
	}
}


/* body font */
body {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	size: 14px;
}

/* font headings */
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: 400;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 20px; 
}

/* font links */
a {
	font-weight: 400;
}

/*Schriftänderung Footer*/
#footer-info {
	text-transform: none!important;
}

