/*
 Theme Name:   Divi Child Theme
 Description:  This is a child theme
 Author:       Nicole Geelhaar
 Author URI:   https://nicole-geelhaar.de
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child-theme
*/

/*Textstyle*/
h1 {
    font-size:clamp(2.375rem, calc(.6579vw + 2.2105rem), 3rem);
    line-height:1em;
}
h2, .et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_1_5 h2, .et_pb_column_1_6 h2, .et_pb_column_2_5 h2 {
    font-size:clamp(1.625rem, calc(.9211vw + 1.3947rem), 2.5rem);
    line-height:1.2em;
}
h3, .et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_1_5 h3, .et_pb_column_1_6 h3, .et_pb_column_2_5 h3 {
    font-size:clamp(1.5rem, calc(.2564vw + 1.4423rem), 1.75rem);
    line-height:1.2em;
}
h4, .et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_1_5 h4, .et_pb_column_1_6 h4, .et_pb_column_2_5 h4 {
    font-size:clamp(1.375rem, calc(.1282vw + 1.3462rem), 1.5rem);
    line-height:1.2em;
}
h5 {
    font-size:clamp(1.25rem, calc(.2632vw + 1.1842rem), 1.5rem);
    line-height:1.2em;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a{
	font-size: clamp(1.125rem, calc(.5263vw + .9934rem), 1.625rem);
}
.zitate p {
    font-size: clamp(1.375rem, calc(.5263vw + 1.2434rem), 1.875rem);
}
.preise p {
    font-size: clamp(2.375rem, calc(.6579vw + 2.2105rem), 3rem);
}
.kleintext p {
    font-size: clamp(.5rem, calc(.1316vw + .4671rem), .625rem);
}
.footermenue a, .footermenue p {
    font-size: clamp(1rem, calc(.1316vw + .9671rem), 1.125rem);
	line-height:1.5em;
}
/*Text Modul*/
.text-default-preset h2,
.text-default-preset h3,
.text-default-preset h4,
.text-default-preset h5,
.text-default-preset h6 {
    padding-bottom: .4em;
}
.text-default-preset h2:not(:first-child),
.text-default-preset h3:not(:first-child),
.text-default-preset h4:not(:first-child),
.text-default-preset h5:not(:first-child),
.text-default-preset h6:not(:first-child) {
    padding-top:0.6em;
}
.text-default-preset ul li,
.text-default-preset ol li {
    padding-bottom: 1.2em;
}
.text-default-preset p:last-of-type {
    padding-bottom: 1em;
}
.text-default-preset p:last-child {
    padding-bottom: 0;
}
/*7-Zeilen*/
.seven-columns .et_pb_module {
	width: 14.28%; 
	float: left;
}
@media only screen and (max-width:767px) {
.seven-columns .et_pb_module {
	width: 25%; 
	float: left;
	}
}