/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.23.4.1705484488
Updated: 2024-01-17 09:41:28

*/

/* EDIT WANDA */

/* Überschriften */

#main-content h1 {
	font-size: 78px!important;
	line-height: 88px;
}

#main-content h2 {
	font-size: 59px!important;
	line-height: 69px;
}

#main-content h3 {
	font-size: 42px!important;
	line-height: 54px;
}

#main-content h4 {
	font-size: 33px!important;
	line-height: 43px;
}

#main-content h5 {
	font-size: 25px!important;
	line-height: 35px;
}

#main-content h6 {
	font-size: 18px!important;
	line-height: 28px;
}



/* Buttons nebeneinander */

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

/* Blog Voreinstellungen ausschalten */
.et_post_meta_wrapper {
	display:none;
}



/* RESPONSIVE DESIGN */

@media screen and (max-width: 769px) {
	
#main-content h1 {
	font-size: 52px!important;
	line-height: 64px;
}

#main-content h2 {
	font-size: 42px!important;
	line-height: 54px;
}

#main-content h3 {
	font-size: 38px!important;
	line-height: 50px;
}

#main-content h4 {
	font-size: 32px!important;
	line-height: 44px;
}

#main-content h5 {
	font-size: 18px!important;
}

#main-content h6 {
	font-size: 8px!important;
}
}


@media screen and (max-width: 500px) {

#main-content h1 {
	font-size: 44px!important;
	line-height: 56px;
}

#main-content h2 {
	font-size: 38px!important;
	line-height: 50px;
}
	
#main-content h4 {
	font-size: 24px!important;
	line-height: 36px;
}
	
}