/*
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.27.4.1757332052
Updated: 2025-09-08 11:47:32

*/
@import url("../Divi/style.css");
/***-----------------------------HIER UNTEN BITTE NICHTS ANFASSEN--------------------------------------------***/

/*------------------------------------------*/
/*Formular Button Mobil*//* NICHTS ANFASSEN!*/
/*------------------------------------------*/
.et_contact_bottom_container {
float: none;
display: block !important; 
}

/*------------------------------------------*/
/*Footer Ausrichtung**//* NICHTS ANFASSEN!*/
/*------------------------------------------*/

#main-footer .container { 
	text-align: center !important
}

/*------------------------------------------*/
    /*Informationstext Preset 2 CSS*/
/*------------------------------------------*/
.et_pb_blurb_position_left .et_pb_blurb_container {
padding-left: 5px;
}

/*------------------------------------------*/
       /*Header Menü Linie entfernen*/
/*------------------------------------------*/
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}


/* Vertikales Zentrieren von Elementen */

.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;} 
