/*

Theme Name: Divi-childtheme
Theme URI: http://www.elegantthemes.com/gallery/divi/
Description: Child theme for the Divi theme
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
Version: 1.0.0

*/


/* Add your own styles below */

#main-header {
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*--- Hauptmenü ---*/
#top-menu-nav > ul > li > a:hover,
#et-secondary-menu > ul > li > a:hover,
#et-info-email:hover,
.et-social-icons a:hover { opacity:1; color:#EA5197 !important; }


/*---- Überschriften -----*/

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

h2 { padding-top:5px; }

h3 { padding-top:7px; }

h5 { font-weight:500; font-size:16px !important; }

h6 { 	
	font-size:18px!important;
	padding-top:5px;
	padding-bottom: 5px;
	font-weight:500;
}

/*----- Preise -----*/

/*.preis-oben-rechts { float: right; font-size:14px; }*/

.preis-unten-rechts { float: right; font-size:14px; }
	

/*----- Linien -----*/

.linie {
	border:none;
	border-top: 3px solid #fff;
	background-color:#ffffff;
	height: 1px;
	margin: 0 18% 5px;
}

hr.style-p { border: 0; border-bottom: 2px solid #ccc; background: #999; margin-top:-3px; }

/*--- Linie oben Kosmetik Beschreibung ---*/
hr.style-p2 { border: 0; border-bottom: 1px solid #ccc; background: #999; margin-top:-3px;border-bottom-width: 1px; }

/*--- Linie unten Kosmetik Beschreibung ---*/
hr.style-p3 { border: 0; border-bottom: 1px solid #ccc; background: #999; margin-top:-3px;border-bottom-width: 1px;margin-bottom:0px; }

/* Double-color dashed line */ 
hr.style-two { 	border: 0; border-bottom: 1px solid #ccc; background: #999; margin-top:-12px; }


/*----- Contact Form 7 Stile -----*/

div.wpcf7 { color: #EA5197; }

.wpcf7-textarea { width: 90%; }

.wpcf7-text { width: 90%; background-color:#eee; }

/*.wpcf7 input { width: 90%; background-color:#eee; }*/


input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input.text, input.title, textarea, select {
    padding: 6px;
    border: 1px solid #BBB;
    color: #333;
    background-color: #FFF;
    font-size: 15px;
    font-family: ubuntu;
}
}

/*----- Ende Contact Form 7 Stile -----*/

