/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://darookies.de
 Description:  Child Theme für Twenty Seventeen
 Author:       kx
 Author URI:   https://darookies.de
 Template:     twentyseventeen
 Version:      1.0.0
*/


/* header */

.logo-header {
    width: 100%;                /* Header über volle Breite */
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
}

.logo-header-inner {
    max-width: 1200px;   /* optional, für Containerbreite */
    margin: 0 auto;      /* zentriert den Container selbst */
}

.logo-header-inner img,
.logo-header-inner svg {
    display: inline-block;  /* wichtig für zentrierte Anzeige */
    width: auto;            /* proportional skalieren */
    max-width: 300px;       /* gewünschte maximale Breite */
    height: auto;           /* Höhe proportional */
}

/* */

.site-branding .custom-logo {
    display: none;
}

/* zusatz */

#comments {
  display: none;
}

.site-info {
  display: none;
}

.entry-meta {
	display:none;
}

/* Logos bei Referenzen */
.post-47 .wp-block-image img {
  box-sizing: content-box;
  /* height: auto; */
  vertical-align: bottom;
  width: 100%; 
}

.custom-header {
	position: relative;
	height: 75vh;
}

@media screen and (min-width: 30em) {
  .page-one-column .panel-content .wrap {
    max-width: 1000px !important; 
  }
}

@media screen and (min-width: 30em) {
  .site-content .content-area {
    /*max-width: 1000px !important;*/ 
  }
}
