/*
Theme Name: Divi Child
Description: Child theme for Divi 
Author: Zielinski-Lick GmbH
Template: Divi
*/

@import url("../Divi/style.css");

/* Logo size and shrinking */

.et_fixed_nav #logo {
max-height: 160px;
}

.et-fixed-header #logo {
  max-height: 50px !important;
 padding:0 !important;	 
}

#logo {
	padding-top:5px;
	transition: all 0.4s ease-in-out;
}

/* Logo size and shrinking end */


.et_pb_blurb_content {
    max-width: 100%;
}

.comment-body {
    padding-right: 150px;
}

strong {
	color:#004488;
}

h2 {
	color:#004488;
	line-height: 1.5em;
}

h3 {
	color:#004488;
	line-height: 1.5em;
}

#main_countedown_1 .time_left {
    background-color: #004488;
    font-size: 23px;
    font-family: monospace;
    color: #000000;
}

#main-content .container {
    padding-top: 100px;
}