/*
 Theme Name: wochenblatt
 Theme URI:
 Description: Wochenblatt Child auf Basis Go Media
 Author: Oliver Förster
 Author URI: http://www.install24.com/
 Template: gomedia
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
#secondary-nav {
    height: 60px;
    background: #ee5845;
    z-index: 50;
    position: relative;
}
.featured-media img {
float: right;
margin-left: 10px;
margin-bottom: 10px;
max-width: 65%;
}
.banner-header-left,.banner-header-right {margin-top: 15px;}
.banner-header-right {text-align: right;}

.entry-comment a {color: #999; margin-left: 10px;}
.lg-hidden {display: none;}
@media (max-width: 768px) { 
.lg-hidden {display: block; }
.xs-hidden{ display: none;}
}
  @media screen and (min-width: 220px){
.header-banner-mitte {

  display: block;
}
  }
  @media screen and (min-width: 601px){
.header-banner-mitte {
  display: none !important;
}
  }