/* 
 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       pca_admin
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

#below-header-bar { background-color: #284436; color: #FFFFFF; padding: 5px 30px; font-size: 1.4em; transition: padding .5s, font-size .5s; display: flex; align-items:center; }
.et-fixed-header #below-header-bar { padding: 5px 30px; font-size: 1.2em; }

a.letter_select{
	padding: 3px 7px;
	margin: 0 3px 3px 0;
	border: 1px solid #cccccc;
	color: #559374;
	display: inline-block;
}

@media (max-width: 1250px) {
	 #et_mobile_nav_menu {
	 display: block;
	 }
	#top-menu {
	 display: none;
	 }
 }

/* MAIN STYLING */

h1 { color: #284436; }
h2, h3, h4 { color: #559374; }
h5, h6 { color: #284436; }

h1 {font-weight: bold; margin-top: 20px; margin-bottom: 10px; font-size: 2.5em;}
h2 {margin-top: 15px; margin-bottom: 10px; font-size: 2em;}
h3 {margin-top: 10px; margin-bottom: 5px; font-size: 1.7em;}
h4 {margin-top: 5px; margin-bottom: 3px; font-size: 1.5em;}
h5 {margin-top: 0px; margin-bottom: 0px; font-size: 1.3em;}
h5 {margin-top: 0px; margin-bottom: 0px; font-size: 1.1em;}


/* HOME */

#home_veranstaltungen .et_pb_post h2 {font-size: 16px; line-height: 1.2em;}
#home_veranstaltungen .et_pb_post {margin-bottom: 30px; border-bottom: 1px solid #999;}

/* CUSTOM FORM */

.mitglied_form {}
.mitglied_form .inputcontainer { margin: 0 5px 15px 0; display: inline-block; }
.mitglied_form .inputcontainer.halb { width: 48%;}
.mitglied_form .inputcontainer.ganz { width: 98%;}
.mitglied_form input, .mitglied_form select{ border: 1px solid #999; padding: 5px; }
.mitglied_form input[type=text],.mitglied_form input[type=email]{ width: 100%; }


/* BLOG STYLES */

.blog_archive_list article { font-size: 0.8em; margin-bottom: 15px; padding-bottom: 15px; line-height: 1.2em; border-bottom: 1px dotted #ccc;}
.blog_archive_list article h2 { font-size: 1.6em; margin-bottom: 0; }


