/*
 Theme Name:   First Child
 Theme URI:    http://example.com
 Description:  Child Theme of "First", mainly for header-size
 Author:       Timon Giese
 Author URI:   http://example.com
 Template:     first
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         no-tag
 Text Domain:  first-child
*/

.header-image {
        max-height: 480px;
        overflow: hidden;
}
.header-image img {
        width: 100%;
}
.site-top { 
  margin-bottom: 10px;
  margin-top: 10px;
}

.custom-hidden{
	display: none;
	visibility: hidden;
}

.site-bar{
	visibility: visible !important;
}

div.sponsor-div {
    padding:25px 50px 25px 50px;
    max-width: 400px;
    height: 150px;
    border: 1px solid lightgray;
    text-align: center;
    margin: 1em auto;
    white-space: nowrap;
}
img.sponsor-img {
    max-height: 100px
    max-width: 300px
    vertical-align: middle;
}
.v-filler {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
/*Setzt das Foto-Bild im Menü*/
.photo-menu-item a:before { content: '\f102'; }
/*Setzt das News-Bild im Menü*/
.newsmenuitem a:before { content: '\f205'; } 