/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Lion & Bull
 Author URI:     https://www.lionandbull.gmbh
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");

/*** Layout ***/
::selection { background: #0c4c5e; color: #fff; } ::-moz-selection { background: #0c4c5e; color: #fff; }
html, body, a, p, span, div, h1, h2, h3, h4, h5, h6 { font-family: Open Sans, Arial, sans-serif!important; }
p { font-size: 15px; }

a { color: #0c4c5e; }
a:hover { color: #9eb7bf; }

h5.et_pb_toggle_title { color: #0c4c5e; }
h5.et_pb_toggle_title:hover { color: #9eb7bf; }

#main-header #logo { height: 90%; max-height: 90%; }
#assistenz li, #personalwesen li, #coaching li, .threeteaser li { font-size: 15px!important; margin-top: 5px; }
#assistenz ul, #personalwesen ul, #coaching ul { margin-top: 20px; }

/*** Navigation ***/
#top-menu a { font-weight: 100; }
#top-menu a:hover { color: #9eb7bf!important; }

/* Startseite */
.teaser { transition: all 0.7s; min-height: 320px;}
.teaser:hover { transform: scale(1.1); transition: all 0.7s; background-color: #9eb7bf!important; }

/*** Footer ***/
footer .et_pb_row_0_tb_footer { padding: 25px 0;}

/*** Responsiv ***/
.hamburger { top: 10px!important; right: 15px!important; background: #0c4c5e!important; }

@media (max-width: 980px) {
	h2 { font-size: 30px!important; }
	.teaser h4 span { hyphens: auto; }
	.et_pb_text_1 { width: 100%; }
	.et_pb_text { word-wrap: normal; }
	#assistenz h3, #personalwesen h3, #coaching h3 { margin-top: 35px; font-size: 18px; }
}

@media (max-width: 480px) {
	h2 { font-size: 22px!important; }
	footer .et_pb_row.et_pb_row_2_tb_footer p { font-size: 10px!important }
}