/* 
 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 ==
--------------------------------------------*/

/*
#387428 GRÜN
#f79300 DARK ORANGE
#f7ae4d LIGHT ORANGE 
*/

/* CUSTOM HEADER */
header { background: #97D387 url('/wp-content/uploads/2019/05/uma-transparent-sunflower-bg-top.png') no-repeat; background-size: 700px; background-position: 40% 0%; }
#below-header-bar { background-color: #387428; 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; }

.header_img { margin-right: 20px; height: 75px; transition: height .5s }
.et-fixed-header .header_img { height: 50px; }

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a { padding-bottom: 10px !important; }

@media only screen and (max-width: 960px) {
  .header_img { display: none; }
}

/* HEADER SEARCH */
#main-header .et-search-field{ font-size: 16px; background-color: #387428; border: 1px solid #97d387; height: 40px; padding: 10px; }

/* MAIN STYLING */

h1 { color: #555555; }
h2, h3, h4 { color: #f79300; }
h5, h6 { color: #555555; }

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;}

/* BACKGROUND */

#main-content {
	/*
	background-image: url(http://neu.uma.or.at/wp-content/uploads/2019/04/uma-bg.jpg);
    background-repeat: repeat-y;
    background-position: right 50px;
	*/
	background: url(https://www.uma.or.at/wp-content/uploads/2019/04/uma-bg.jpg) right 50px no-repeat, 
                url(https://www.uma.or.at/wp-content/uploads/2019/04/uma-bg-left.jpg) left 400px no-repeat;
}

.et_pb_section { background-color: transparent; }

/* 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;}

/* FOOTER */

.footer-img-block { float: right; }

#main-footer {margin-top: 40px; }

