/*
Theme Name: twentynineteenChild
Theme URI: http://tibor/twentnineteen/
Author: gw
Description: twentynineteenChild
Template: twentynineteen
Text Domain: twentynineteenChild
*/

#page {
   background-image:  url("http://www.argus-auge-aalen.de/wp-content/uploads/images/bg1.jpg"), 
					  url("http://www.argus-auge-aalen.de/wp-content/uploads/images/IMG_1710.JPG"); 
   background-repeat: 	repeat-Y,
						repeat;
   background-position:	center,
						left top;
   background-size: 60% auto,
					100% auto;
   border: none;
}

#page>header, #content {
	margin: auto;
	width: 75%;
	font-size: 1.0em;
}
#page #colophon {
	background-color: #232f3e;
	max-height: 150px;
	margin: auto;
	width: 60%;
}
.entry-title {
/*   background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/weihnachtenAalen.jpg"); */
/*   background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/baum1.jpg"); */
/*   background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/index.jpg"); */
/*   background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/argusBG.jpg"); */
/*	 background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/weihnachtsmann.jpg"); */
/*   background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/elch.jpg"); */
/*	 background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/header2023.jpg"); */
	 background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/pilze.jpg");
   background-position:	left top;
   background-repeat: 	no-repeat;
   background-size: 100% auto;
   border: none;
   height: 890px;
   color: white;
}
.site-branding-container {
	padding-left: calc(10% + 60px);
}
.site-branding {
	max-width: 85%;
	margin: 0;
}
.site-header {
    padding: 0;
}

.container {
	display: flex;
	width: 85%; 
}
.logo {
	flex: 0 1 auto;
}
.container-small {
	display: flex;
	width: 100%; 
	justify-content: flex-start;
}
.logo-small {
	flex: 0 1 20%;
}
.main-navigation {
	margin: 5% 0;
	padding: 8px 0 0 8px;
	height: 50px;
/*	background-color: #dedede;
	text-transform: uppercase; */
}
.entry-content p {
	color: #222222;
	font-size: 1.2em;	
}
.post_ul {
	list-style-type: none;
}
.post_li {
		
}
.p_post {
	font-size: 1.5em;
}
.posttitle {
	background-color: lightgrey;
}

.frame1 {
	border: 1px solid gray;
	padding: 5px;
}


@media only screen and (max-width: 900px) {	
	#page {
	   background-image: url("http://www.argus-auge-aalen.de/wp-content/uploads/images/bg1.jpg"),
						 url("http://www.argus-auge-aalen.de/wp-content/uploads/images/IMG_1710.JPG");							
	   background-repeat: 	repeat-Y,
							repeat;
	   background-position:	center,
							left top;
	   background-size: 80% auto,
						100% auto;
	   border: none;
	}
	.site-branding-container {
		padding-left: calc(10%);
	}
	#page #colophon {
		width: 80%;
	}

	#page>header, #content {
		width: 80%;
		font-size: .8em;
	}
	.entry-content p {
		font-size: .8em;	
	}
	.logo {
		flex: 1 1 80%;
	}
	.entry-header .entry-title {
		height: 120px;
	}
	
}

