/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* Die Fußzeile von Divi unsichtbar machen*/
#footer-bottom {visibility: hidden;}
/* Auch der Footer soll die Akzentfarbe haben*/
/*#main-header {background-color:#e9b697;} 

body #main-content {
    background-color: #ede8c4;
}*/
/*logo Bild etwas größer*/
#logo{
	height:80px;
	max-height:100%
}

/* Blogansicht weiterlesen soll rechts dargestellt werden*/
.et_pb_posts a.more-link {text-align: center;}

/* Beitragsbilder sollen in der Blockansicht links dargestellt werden mit der max 300 und max 200 Breite*/
.bildlinks300x200 a img {max-height: 300px!important; float: left; max-width: 200px; left: 0; padding-right: 15px;}
    @media only screen and (max-width: 980px) { .bildlinks a img { float:none; max-width:150px; max-height:150px;}}

/* Beitragsbilder sollen in der Blockansicht rechts dargestellt werden mit der max 400 und max 400 Breite*/
.bildlinks400x400 a img {max-height: 400px!important; float: right; max-width: 400px; left: 0; padding-left: 15px;}
    @media only screen and (max-width: 980px) { .bildlinks a img { float:none; max-width:150px; max-height:150px;}}

/* Fix: Divi Dropdown-Pfeil – ETmodules Font erzwingen */
.et-menu .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
  font-family: "ETmodules" !important;
  font-weight: normal !important;
  font-style: normal !important;
  speak: none;
}
