
/* 
 Theme Name:     MyChildTheme for Divi
 Author:         Wencke Wassermann
 Author URI:     http://www.wassermann-beratung.de
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 







/* @media only screen and ( min-width:981px ) {
/* Set full-size logo height to 200px */
/*#logo { height: 200px; max-height: 200px !important; padding-bottom:18px; }
/*Set the „shrunken“ logo height to 100px */
/*.et-fixed-header #logo { max-height: 100px !important; padding-bottom:10px !important; }
/* Set the padding correctly (It should be: full-size height + 36px) */
/*div#page-container { padding-top: 236px !important; } 
} */


/*
.container.clearfix.et_menu_container {
height: 140px;
}
.et_fixed_nav #logo {
max-height: 150px;
}
.et-fixed-header #logo {
max-height: 45px;   
}      */

#main-footer #footer-bottom .container.clearfix #footer-info p center
{
	color: #FFF;
	text-align:center;
	width: 100% !important;
}


/* Gradient transparent - color - transparent */ 
hr { border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(197,142,70, 0.8), rgba(0, 0, 0, 0)); }


/* Links */
a {
	color: #009bad;   /*   vorher  #2ea3f2; 957f51  */
	text-decoration: none;
}


