/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Divi.world
 Author URI:     http://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */

/* Globale Silbentrennung aktivieren */
body {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*
h1, .h1 {	
	
}

.et_pb_column .et_pb_module h1 {
 
}

h2, .h2 {
	color: #234d66;
}

.et_pb_column .et_pb_module h2 {
	color: #234d66;
}

.et_pb_column .et_pb_module h3 {
  
}

.et_pb_column .et_pb_module h4 {
  
}

.et_pb_column .et_pb_module h5 {
  
}

.et_pb_column .et_pb_module h6 {
  
}
*/
/* fontawesome  */
.check-ma {
	padding-right: 10px;
	color: #009fe3;
	
}

/*Header mobil optimiert */
/*
@media (max-width: 767px) {

.et_pb_column .et_pb_module h1 {
	font-size: 28px;
	font-weight: 300;
}

h2, .h2 {
	color: #234d66;
	font-size: 28px;
	font-weight: 300;
}

.et_pb_column .et_pb_module h2, et_pb_module_header h2 {
	color: #234d66;
	font-size: 28px;
	font-weight: 300;
}

.et_pb_column .et_pb_module h3 {
    color: #234d66;
	font-size: 16px;
	font-weight: 400;
}

	p, .p {
		font-size: 15px;
		line-height: 1.4em;
		
	}	
	
}
*/

#top-header {
	background-color: #07334d!important;
	padding: 5px 0 5px 0;
}

#et-info-email {
	letter-spacing: 1;
	
}

/* Responsive Hero-Bilde-Höhe auf der Startseite; höheres Banner auf großen Bildschirmen */
@media all and (min-width: 1405px) {
	#hero-start {min-height:750px;}
}

/* Listenstil für .check-Klasse mit Font Awesome Bullets und hängenden Einzügen */
ul.check {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1.3em;
}
ul.check li {
    list-style: none;
    line-height: 1.5em;
    margin: 5px 0;
	padding-bottom: 0;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: '\f067';
    margin-right: 12px;
	font-weight: 900;
}
