 /*
 Theme Name: Twenty Seventeen Child
 Description: A simple, blank, Twenty Seventeen child theme built by Robin Scott of Silicon Dales.
 Author: Robin Scott
 Author URI: https://robinjescott.com/
 Template: twentyseventeen
 Version: 1.0.1
 */
/* add your custom CSS styles below */

/* Hintergrund grau statt weiß */
#page {
	background-color: #F5F5F5;
}

html, body, #page, .site, .entry-content, .site-content-contain, .panel-content, .main.wrap { 
	background-image: url("https://cc.gerdski.de/wp-content/uploads/2026/07/textur.png");
  	background-repeat: repeat;
  	background-position: left top;
  	background-size: auto;
}

/* Twenty Seventeen: Frontpage-Panelbilder volle Breite statt 100vh */
@media screen and (min-width: 48em) {

  .panel-image {
    height: auto !important;
    max-height: none !important;
    background-size: 100% auto !important;   /* volle Breite */
    background-repeat: no-repeat !important;
    background-position: center top !important;
  }

  .panel-image-prop {
    padding-top: 56.25% !important; /* Beispiel 16:9 */
  }

  .background-fixed .panel-image {
    background-attachment: scroll !important;
  }
}