/*
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 */


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

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

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

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

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

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


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

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

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

#main-content h4 {
	font-size: 26px!important;
}

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

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

@media screen and (max-width: 500px) {
#main-content h4 {
	font-size: 20px!important;
	line-height: 30px;
}
}


/* Call to Action Navigation */

.menu_cta {
padding: 0!important;
border-radius: 30px;
border: solid 2px #074ea1;
background: #074ea1;
transition: 0.3s;
text-align:center;
}

.menu_cta a{
color: #fff!important;
padding: 15px 30px 15px 30px!important;
}

#top-menu-nav .menu_cta a:hover {
opacity: 1;
}

.menu_cta:hover {
border: solid 2px #053771;
background: #053771;
}


/* Buttons */

.et_pb_button {
	line-height: 1.3em !important;
}



/* Bild vertikal zentrieren */
.imgvertcenter {
  display: flex;
  align-items: center; /* vertikale Zentrierung */
  justify-content: center; /* optional: horizontale Zentrierung */
  height: 100%; /* wichtig, damit die Spalte ihre volle Höhe nutzt */
}
