/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    conceptplus Werbeagentur GmbH | Lars Henrichs
 Author URI:     https://www.cp-werbeagentur.de
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

ol.zwei-spalten {
	list-style-position: outside;
}
@media screen and (min-width: 769px) {
	ol.zwei-spalten, ul.zwei-spalten {
	column-count: 2;
	gap: 3.5em;
	}
}
ol.zwei-spalten li {
	margin-bottom: .5em;
}
h1 {
	font-size: 4rem;
}
h2 {
	font-size: 2.5rem;
}
@media screen and (max-width: 980px) {
	h1 {
		font-size: 2.25rem;
	}
	h2 {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	.et_pb_button {
		font-size: 15px;
	}
}
span.regular {
	font-family: 'DIN Next Regular',Helvetica,Arial,Lucida,sans-serif
}


/*
 * Footer
 */
ul.footer-menu {
	padding-left: 0;
}
ul.footer-menu li {
	display: inline-block;
}
ul.footer-menu li:last-child {
	padding-left: 20px;
}
.footer-social {
  display: inline-block;
  margin-right: 0.6rem;
}
.footer-social img {
	width: 45px;
}